Skip to content

Commit

Permalink
listener registration clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 13, 2019
1 parent 37dd5a8 commit ae260b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
return [
'service_manager' => [
'factories' => [
Listener\ForceHttps::class => Listener\ForceHttpsFactory::class,
Listener\NotFoundLoggingListenerOnSharedEventManager::class => Listener\NotFoundLoggingListenerOnSharedEventManagerFactory::class,
Listener\ForceHttps::class => Listener\ForceHttpsFactory::class,
],
],
'listeners' => [
Expand Down

0 comments on commit ae260b1

Please sign in to comment.