this should be all it takes to fix this, i think
This commit is contained in:
parent
3fb543bf03
commit
b71a90a3c5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class ForgotPasswordController extends Controller
|
||||||
* payloads through.
|
* payloads through.
|
||||||
*/
|
*/
|
||||||
$request->validate([
|
$request->validate([
|
||||||
'username' => ['required', 'max:255'],
|
'username' => ['required', 'max:255', 'string'],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue