Removed comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
dd9e9c7a6d
commit
0e2526f627
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class DeleteUserRequest extends FormRequest
|
|||
public function authorize(): bool
|
||||
{
|
||||
return Gate::allows('delete', new User);
|
||||
//return true;
|
||||
}
|
||||
|
||||
public function prepareForValidation(): void
|
||||
|
|
Loading…
Add table
Reference in a new issue