From 321c28a53eeec3f539a6baf3054f009484b8073e Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 22:23:31 +0700 Subject: [PATCH] ${REPO_OWNER}\${REPO_NAME}\models\enumerations\language --- author/project/system/controllers/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/author/project/system/controllers/core.php b/author/project/system/controllers/core.php index 51192f7..bd1a181 100755 --- a/author/project/system/controllers/core.php +++ b/author/project/system/controllers/core.php @@ -7,7 +7,8 @@ namespace ${REPO_OWNER}\${REPO_NAME}\controllers; // Files of the project use ${REPO_OWNER}\${REPO_NAME}\views\manager, ${REPO_OWNER}\${REPO_NAME}\models\core as models, - ${REPO_OWNER}\${REPO_NAME}\models\session; + ${REPO_OWNER}\${REPO_NAME}\models\session, + ${REPO_OWNER}\${REPO_NAME}\models\enumerations\language; // Framework for PHP use mirzaev\minimal\core as minimal,