mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Moved some elements in Common module to more proper locations
This commit is contained in:
@@ -23,6 +23,8 @@ return [
|
||||
Psr\EventDispatcherInterface::class => Phly\EventDispatcher::class,
|
||||
],
|
||||
'delegators' => [
|
||||
// The listener provider has to be lazy, because it uses the Swoole server to generate AsyncEventListeners
|
||||
// Without making this lazy, CLI commands which depend on the EventDispatcher fail
|
||||
Psr\ListenerProviderInterface::class => [
|
||||
LazyServiceFactory::class,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user