This commit is contained in:
Daan Geurts 2019-10-30 15:20:10 +01:00
parent d5dea7cd1f
commit 7296146aad

View File

@ -8,6 +8,10 @@ class AppleNotification extends Model
{
public $guarded = [];
protected $casts = [
'payload' => 'array',
];
public static function storeNotification(string $notificationType, array $notificationPayload)
{
return self::create(