Remove references to application environment.
[zf2.biz/application_blanche.git] / module / Application / Module.php
index fc85ebb..6708792 100644 (file)
@@ -31,7 +31,7 @@ class Module implements AutoloaderProvider
         );
     }
 
-    public function getConfig($env = null)
+    public function getConfig()
     {
         return include __DIR__ . '/config/module.config.php';
     }