Clean headings outline
[zf2.biz/application_blanche.git] / module / Application / Module.php
index 5bd9a70..6708792 100644 (file)
@@ -31,9 +31,9 @@ class Module implements AutoloaderProvider
         );
     }
 
-    public function getConfig($env = null)
+    public function getConfig()
     {
-        return include __DIR__ . '/configs/module.config.php';
+        return include __DIR__ . '/config/module.config.php';
     }
     
     public function initializeView($e)