File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99use TacticianModule \Factory \CommandHandlerMiddlewareFactory ;
1010use TacticianModule \Factory \Controller \Plugin \TacticianCommandBusPluginFactory ;
1111use TacticianModule \Factory \InMemoryLocatorFactory ;
12+ use TacticianModule \Locator \ClassnameZendLocator ;
1213use TacticianModule \Locator \ZendLocator ;
1314
1415return [
1516 'service_manager ' => [
1617 'invokables ' => [
17- ClassNameExtractor::class => ClassNameExtractor::class,
18- HandleInflector::class => HandleInflector::class,
19- ZendLocator::class => ZendLocator::class,
18+ ClassNameExtractor::class => ClassNameExtractor::class,
19+ HandleInflector::class => HandleInflector::class,
20+ ClassnameZendLocator::class => ClassnameZendLocator::class,
21+ ZendLocator::class => ZendLocator::class,
2022 ],
2123 'factories ' => [
2224 CommandBus::class => CommandBusFactory::class,
You can’t perform that action at this time.
0 commit comments