diff --git a/app/Notification/Notifications/JobDebugNotification.php b/app/Notification/Notifications/JobDebugNotification.php index f7d53fa..58bce75 100644 --- a/app/Notification/Notifications/JobDebugNotification.php +++ b/app/Notification/Notifications/JobDebugNotification.php @@ -14,7 +14,7 @@ class JobDebugNotification extends Notification { private string|null $title; private string|null $screenShotProjectPath; - public function __construct(int $jobId, string $body, string $title = null, string $error = null, ?string $screenshotProjectPath = "", bool $isError = false) { + public function __construct(int $jobId, string $body, string $title = null, string $error = null, ?string $screenshotProjectPath = "", bool $isError = true) { parent::__construct($jobId, isError:$isError); $this->title = $title; if ($screenshotProjectPath === "") {