From e97147a057fbbb8668988ddcfd0574ab79176b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 9 Sep 2024 16:49:50 +0900 Subject: [PATCH] Automation init...3 --- app/Libraries/Auth/LocalLibrary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Libraries/Auth/LocalLibrary.php b/app/Libraries/Auth/LocalLibrary.php index c423a81..416e07c 100644 --- a/app/Libraries/Auth/LocalLibrary.php +++ b/app/Libraries/Auth/LocalLibrary.php @@ -7,9 +7,9 @@ use App\Libraries\Adapter\Auth\AuthLibrary; class LocalLibrary extends AuthLibrary { - public function __construct(string $site, $debug = false) + public function __construct() { - parent::__construct($site, $debug); + parent::__construct(); } public function getAuthButton()