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.
|
* Create a new job instance.
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
protected $notificationQuery,
|
public $notificationQuery,
|
||||||
protected array $payload
|
public array $payload
|
||||||
) {
|
) {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user