diff --git a/app/Jobs/StorePushNotification.php b/app/Jobs/StorePushNotification.php index ab453a9..6329117 100644 --- a/app/Jobs/StorePushNotification.php +++ b/app/Jobs/StorePushNotification.php @@ -15,8 +15,8 @@ class StorePushNotification implements ShouldQueue * Create a new job instance. */ public function __construct( - protected $notificationQuery, - protected array $payload + public $notificationQuery, + public array $payload ) { // }