diff --git a/config/modules.config.php b/config/modules.config.php index a4cc8db..7a757fb 100644 --- a/config/modules.config.php +++ b/config/modules.config.php @@ -11,17 +11,15 @@ * * This should be an array of module namespaces used in the application. */ - return [ 'Core', + 'Auth', + 'Cv', + 'Applications', + 'Jobs', 'Settings', 'Pdf', - 'Organizations', - 'Jobs', 'Geo', - 'Cv', - 'Auth', - 'Applications', - 'YawikDemoSkin', + 'Organizations', 'Demo', ];