Update ZF2 submodule
[zf2.biz/galerie.git] / modules / Application / Module.php
index cfcc333..bb8713e 100644 (file)
@@ -25,7 +25,7 @@ class Module
         require __DIR__ . '/autoload_register.php';
     }
 
-    public static function getConfig()
+    public function getConfig()
     {
         return new Config(include __DIR__ . '/configs/module.config.php');
     }