Skip to content

Commit

Permalink
Merge pull request #18 from dotkernel/develop
Browse files Browse the repository at this point in the history
fixed lazy services missing configuration
  • Loading branch information
n3vrax authored Mar 22, 2017
2 parents 1ac67cd + 25cfa28 commit c429714
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.2.1 - 2017-03-22

### Changed
* Nothing

### Added
* Nothing

### Deprecated
* Nothing

### Removed
* Nothing

### Fixed
* missing lazy services settings


## 0.2.0 - 2017-03-22

ZE2 migration
Expand Down
5 changes: 5 additions & 0 deletions config/autoload/dependencies.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
Middleware\ErrorResponseGenerator::class => Container\ErrorResponseGeneratorFactory::class,
Middleware\NotFoundHandler::class => Container\NotFoundHandlerFactory::class,
],

'lazy_services' => [
'proxies_target_dir' => 'data/proxies',
'proxies_namespace' => 'DotProxy',
]
],
];

0 comments on commit c429714

Please sign in to comment.