refactor: change PushNotification model array cast from 'data' to 'subscriptions'
This commit is contained in:
parent
307213c7d2
commit
15c36b46db
@ -12,7 +12,7 @@ class PushNotification extends Model
|
||||
protected function casts(): array
|
||||
{
|
||||
return [
|
||||
'data' => 'array',
|
||||
'subscriptions' => 'array',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user