From 6e1675c574b2e826b25f7f69828d569b537148bd Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 19 Jan 2025 22:10:52 +0200 Subject: [PATCH] debug --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 08a5ea3582..22f17e6c43 100644 --- a/app/init.php +++ b/app/init.php @@ -1264,7 +1264,7 @@ App::setResource('user', function ($mode, $project, $console, $request, $respons var_dump([ 'no' => '1', - 'cookie_name' => Auth::setCookieName, + 'cookie_name' => Auth::$setCookieName, 'session' => $session ]);