Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 8, 2017
1 parent 47b4292 commit 4b5e899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

//Result config
$config = \yii\helpers\ArrayHelper::merge(
(array) require(__DIR__ . '/tmp-config-console-extensions.php'),
//(array) require(__DIR__ . '/tmp-config-console-extensions.php'),
(array) require \hiqdev\composer\config\Builder::path('console'),
(array) require(__DIR__ . '/app-config.php')
);
Expand Down
2 changes: 1 addition & 1 deletion app-web-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
\Yii::beginProfile('Load config app');
//Result config
$config = \yii\helpers\ArrayHelper::merge(
(array) require(__DIR__ . '/tmp-config-extensions.php'),
//(array) require(__DIR__ . '/tmp-config-extensions.php'),
(array) require \hiqdev\composer\config\Builder::path('web'),
(array) require(__DIR__ . '/app-config.php')
);
Expand Down

0 comments on commit 4b5e899

Please sign in to comment.