From 7414b63479965caa5f2ab7ce3d9f266c1e5ca09a Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Mon, 8 Dec 2025 11:06:40 +0700 Subject: [PATCH] refactor(push notification): change protected to public --- app/Jobs/StorePushNotification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) { // }