${REPO_OWNER}\${REPO_NAME}\models\enumerations\language
This commit is contained in:
parent
9b958b6a88
commit
321c28a53e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue