芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Notifications/TestPush.php
markdown('mail.email', [ 'url' => $url, 'content' => $content, 'themeColor' => $this->company->header_color, 'actionText' => __('email.notificationAction') ]); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ //phpcs:ignore public function toArray($notifiable) { return [ // ]; } // phpcs:ignore public function toOneSignal($notifiable) { return OneSignalMessage::create() ->setSubject('This is a test notification.') ->setBody('Notification content goes here.'); } }