From 3a5fc7125f1d8b3b1f600d69c053c63fc81f55eb Mon Sep 17 00:00:00 2001 From: Anthonius Munthi Date: Fri, 9 Nov 2018 16:57:25 +0800 Subject: [PATCH] fixed modules loading orders, ref cross-solution/YAWIK#507 --- config/modules.config.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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', ];