Skip to content

Commit 9334760

Browse files
authored
Merge pull request #19 from dotkernel/develop
fixed missing lazy services configuration
2 parents 7a6db63 + 12ddb32 commit 9334760

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.2.2 - 2017-03-22
2+
3+
### Changed
4+
* Nothing
5+
6+
### Added
7+
* Nothing
8+
9+
### Deprecated
10+
* Nothing
11+
12+
### Removed
13+
* Nothing
14+
15+
### Fixed
16+
* missing lazy services configuration
17+
18+
119
## 0.2.1 - 2017-03-22
220

321
### Changed

config/autoload/dependencies.global.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@
3535
Middleware\ErrorResponseGenerator::class => Container\ErrorResponseGeneratorFactory::class,
3636
Middleware\NotFoundHandler::class => Container\NotFoundHandlerFactory::class,
3737
],
38+
39+
'lazy_services' => [
40+
'proxies_target_dir' => 'data/proxies',
41+
'proxies_namespace' => 'DotProxy',
42+
]
3843
],
3944
];

0 commit comments

Comments
 (0)