Skip to content

Commit

Permalink
fixed modules loading orders, ref cross-solution/YAWIK#507
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Nov 9, 2018
1 parent 82dbc7d commit 3a5fc71
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config/modules.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

0 comments on commit 3a5fc71

Please sign in to comment.