['required', 'string', 'max:50'], 'password' => ['required', 'string', 'min:8'], 'mail' => ['required', 'email', 'max:255'], 'look' => ['nullable', 'string'], 'motto' => ['nullable', 'string', 'max:100'], ]; } public function authorize(): bool { return true; } }