Completed
Push — master ( 89c9f0...9aceec )
by Thomas Mauro
06:33
created
src/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function getConfig()
22 22
     {
23
-        return include __DIR__ . '/../config/module.config.php';
23
+        return include __DIR__.'/../config/module.config.php';
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.