refactor(push notification): change protected to public
This commit is contained in:
parent
eef87d176f
commit
7414b63479
@ -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
|
||||
) {
|
||||
//
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user