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); }
The text was updated successfully, but these errors were encountered:
I installed Helper on Firday (12 July 2024) on my local machine. Everything looks to be fine except for sending a notifaction when I create new user. What must I do to get this working?
I installed Helper on Firday (12 July 2024) on my local machine. Everything looks to be fine except for sending a notifaction when I create new user. What must I do to get this working?
I had to make few changes to get this working. I am now sorted - the notification is working.
//fixing up creation token not created and the notification not sended
protected function mutateFormDataBeforeCreate(array $data): array {
$data['type'] = "db"; return parent::mutateFormDataBeforeCreate($data); }
The text was updated successfully, but these errors were encountered: