Fix
This commit is contained in:
parent
d5dea7cd1f
commit
7296146aad
@ -8,6 +8,10 @@ class AppleNotification extends Model
|
|||||||
{
|
{
|
||||||
public $guarded = [];
|
public $guarded = [];
|
||||||
|
|
||||||
|
protected $casts = [
|
||||||
|
'payload' => 'array',
|
||||||
|
];
|
||||||
|
|
||||||
public static function storeNotification(string $notificationType, array $notificationPayload)
|
public static function storeNotification(string $notificationType, array $notificationPayload)
|
||||||
{
|
{
|
||||||
return self::create(
|
return self::create(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user