Completed
Push — master ( 56bbbc...171c63 )
by Andreas
9s
created
src/Module.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 {
41 41
     public function getConfig()
42 42
     {
43
-    	return include __DIR__ . '/../config/module.config.php';
43
+        return include __DIR__ . '/../config/module.config.php';
44 44
     }
45 45
 
46 46
     public function onBootstrap(MvcEvent $event)
Please login to merge, or discard this patch.