芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Notifications/TestPush.php
line(__('email.notificationIntro')) ->action(__('email.notificationAction'), $url) ->line(__('email.thankyouNote')); } /** * 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.'); } }