this should be all it takes to fix this, i think

This commit is contained in:
spencerrlongg 2024-11-18 12:44:24 -06:00
parent 3fb543bf03
commit b71a90a3c5

View file

@ -57,7 +57,7 @@ class ForgotPasswordController extends Controller
* payloads through.
*/
$request->validate([
'username' => ['required', 'max:255'],
'username' => ['required', 'max:255', 'string'],
]);
/**