Skip to content

Commit

Permalink
added services.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 9, 2021
1 parent 5d7f59e commit 91c8aca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/Bootstrap.php
Expand Up @@ -25,6 +25,7 @@ public static function boot(): Configurator
->register();

$configurator->addConfig($appDir . '/config/common.neon');
$configurator->addConfig($appDir . '/config/services.neon');
$configurator->addConfig($appDir . '/config/local.neon');

return $configurator;
Expand Down
4 changes: 0 additions & 4 deletions config/common.neon
Expand Up @@ -15,7 +15,3 @@ di:
export:
parameters: no
tags: no


services:
- App\Router\RouterFactory::createRouter
2 changes: 2 additions & 0 deletions config/services.neon
@@ -0,0 +1,2 @@
services:
- App\Router\RouterFactory::createRouter

0 comments on commit 91c8aca

Please sign in to comment.