From 088fa1ace23aa4c47c6d05d2601461213dcca063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 31 May 2024 13:47:20 +0900 Subject: [PATCH] vhost init...4 --- app/Config/Constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index cb60d86..fa3cb7f 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -125,7 +125,7 @@ define('LAYOUTS', [ '', '', '', - '', + '', ], ], 'admin' => [ @@ -146,7 +146,7 @@ define('LAYOUTS', [ '', '', '', - '', + '', ] ], ]);