mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
dd9e9c7a6d
commit
0e2526f627
|
@ -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…
Reference in a new issue