refactor(push notification): change protected to public

This commit is contained in:
Yoga Pangestu 2025-12-08 11:06:40 +07:00
parent eef87d176f
commit 7414b63479

View File

@ -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
) {
//
}