toDatabase($notifiable); $notificationModel = new NotificationModel(); $notificationModel->type = $notification->event; $notificationModel->notifiable_id = $notifiable['id']; $notificationModel->notifiable_type = $notification->notifiableType; $notificationModel->data = json_encode($data); $notificationModel->save(); } return true; } }