From ae260b1b696781debb1a118aabb11eea45cb80c8 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 13 Jan 2019 08:15:06 +0700 Subject: [PATCH] listener registration clean up --- config/module.config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/module.config.php b/config/module.config.php index 21f985e..561d7b4 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -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' => [