Skip to content

Commit

Permalink
Merge pull request #52 from harikt/config
Browse files Browse the repository at this point in the history
Fixes the issues introduced in https://github.com/auraphp/Aura.Router/co...
  • Loading branch information
Paul M. Jones committed Dec 18, 2014
2 parents 2d61a35 + 349e66d commit 1321be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/default.php
Expand Up @@ -9,6 +9,7 @@
*/
$di->set('framework_inflect', $di->lazyNew('Aura\Framework\Inflect'));
$di->set('web_front', $di->lazyNew('Aura\Framework\Web\Controller\Front'));
$di->set('router_map', $di->lazyNew('Aura\Router\Map'));
// override the service for signal manager
$di->set('signal_manager', $di->lazyNew('Aura\Framework\Signal\Manager'));

Expand Down Expand Up @@ -39,7 +40,7 @@
*/
$di->params['Aura\Framework\Cli\Factory']['forge'] = $di->getForge();
$cli_path = $system . DIRECTORY_SEPARATOR . 'package' . DIRECTORY_SEPARATOR .
'Aura.Framework' . DIRECTORY_SEPARATOR . 'cli' . DIRECTORY_SEPARATOR;
'Aura.Framework' . DIRECTORY_SEPARATOR . 'cli' . DIRECTORY_SEPARATOR;
$di->params['Aura\Framework\Cli\Factory']['map'][$cli_path . 'cache-classmap'] = 'Aura\Framework\Cli\CacheClassmap\Command';
$di->params['Aura\Framework\Cli\Factory']['map'][$cli_path . 'cache-config'] = 'Aura\Framework\Cli\CacheConfig\Command';
$di->params['Aura\Framework\Cli\Factory']['map'][$cli_path . 'server'] = 'Aura\Framework\Cli\Server\Command';
Expand Down

0 comments on commit 1321be4

Please sign in to comment.