diff --git a/app/Notifications/User/UserNotification.php b/app/Notifications/User/UserNotification.php index 26a53dd..3342d99 100644 --- a/app/Notifications/User/UserNotification.php +++ b/app/Notifications/User/UserNotification.php @@ -21,7 +21,7 @@ class UserNotification extends Notification implements ShouldQueue * * @return void */ - public function __construct(string $title, string $content, bool $send_mail) + public function __construct(string $title, string $content, bool $send_mail = false) { $this->title = $title; $this->content = $content;