mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
controller refactoring part 3
This commit is contained in:
@@ -22,10 +22,11 @@ class CreateNewUserAction extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Validate and create a newly registered user.
|
||||
* Validate and create a new user.
|
||||
*/
|
||||
public function __invoke(Request $request): Response
|
||||
{
|
||||
public function __invoke(
|
||||
Request $request
|
||||
): Response {
|
||||
$settings = Setting::whereIn('name', [
|
||||
'storage_default', 'registration',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user