芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Notifications/TestEmail.php
subject(__('email.test.subject')) ->line(__('email.test.text')) ->action(__('email.notificationAction'), $url) ->line(__('email.test.thankyouNote')); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ //phpcs:ignore public function toArray($notifiable) { return [ // ]; } }