Fix Pint formatting
This commit is contained in:
@@ -8,7 +8,7 @@ class RegisterRequest extends ApiFormRequest
|
||||
{
|
||||
public static function ruleset(): array
|
||||
{
|
||||
return (new self())->rules();
|
||||
return (new self)->rules();
|
||||
}
|
||||
|
||||
public function authorize(): bool
|
||||
|
||||
Reference in New Issue
Block a user