mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Pint
This commit is contained in:
parent
15969da41e
commit
9f5d27896a
@ -76,6 +76,7 @@ class CreateUser extends CreateRecord
|
||||
->action(function () {
|
||||
resolve(UserCreationService::class)->handle($this->data);
|
||||
Notification::make()->title('User Created!')->success()->send();
|
||||
|
||||
return redirect()->route('filament.admin.resources.users.index');
|
||||
}),
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user