mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Addition of repository to ease testing and maintainability
This commit is contained in:
@@ -40,7 +40,7 @@ class UserFormRequest extends AdminFormRequest
|
||||
return User::getCreateRules();
|
||||
}
|
||||
|
||||
public function normalize()
|
||||
public function normalize($only = [])
|
||||
{
|
||||
if ($this->method === 'PATCH') {
|
||||
return array_merge(
|
||||
|
||||
Reference in New Issue
Block a user