You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//fixing up creation token not created and the notification not sended protected function mutateFormDataBeforeCreate(array $data): array { $data['type'] = "db"; return parent::mutateFormDataBeforeCreate($data); }