@ -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(