mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 11:53:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -22,7 +22,7 @@ abstract class FrontendUserFormRequest extends FormRequest
|
||||
*/
|
||||
public function authorize()
|
||||
{
|
||||
return ! is_null($this->user());
|
||||
return !is_null($this->user());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user