mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-14 00:34:05 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -26,12 +26,12 @@ class CustomerLoginRequest extends FormRequest
|
||||
return [
|
||||
'email' => [
|
||||
'required',
|
||||
'string'
|
||||
'string',
|
||||
],
|
||||
'password' => [
|
||||
'required',
|
||||
'string'
|
||||
]
|
||||
'string',
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user