This commit is contained in:
2025-09-25 15:28:35 +05:00
parent f5de6b0a58
commit b6bfcfcdd8
5 changed files with 26 additions and 29 deletions

View File

@@ -33,8 +33,6 @@ class TestController extends Controller
public function ok()
{
if (! app()->isProduction()) {
auth()->login(User::where('email', 'nurmuhammet@mail.com')->first());