From 7120b19d3bc1852aace0671ff03de854e5131412 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 2 Apr 2025 18:24:27 +0100 Subject: [PATCH] Fixed namespace Signed-off-by: snipe --- tests/Feature/Authentication/LoginTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Feature/Authentication/LoginTest.php b/tests/Feature/Authentication/LoginTest.php index 891781f96f..2f688a59d8 100644 --- a/tests/Feature/Authentication/LoginTest.php +++ b/tests/Feature/Authentication/LoginTest.php @@ -1,6 +1,6 @@ create(['username' => 'username_here']); config(['auth.passwords.users.throttle.max_attempts' => 1]);