Skip to content

Commit

Permalink
Merge pull request #34 from aaronschmitz/Alter_config
Browse files Browse the repository at this point in the history
Dev Add modules folder to the import path for the default Yii config file.
  • Loading branch information
c-schmitz committed Aug 16, 2012
2 parents 203e899 + 9ff76fc commit eeed1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/config/config-sample.php
Expand Up @@ -30,6 +30,7 @@
'application.core.*',
'application.models.*',
'application.controllers.*',
'application.modules.*',
),

'components' => array(
Expand Down

0 comments on commit eeed1f1

Please sign in to comment.