Fixing up the notification is not being sent for the user that has been added from the filamentphp dashboard · Issue #118 · devaslanphp/project-management · GitHub
More Web Proxy on the site http://driver.im/
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); }