芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Notifications/TestEmail.php
subject(__('email.test.subject')) ->markdown('mail.email', [ 'url' => $url, 'content' => $content, 'actionText' => __('email.notificationAction') ]); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ //phpcs:ignore public function toArray($notifiable) { return [ // ]; } }