Completed
Push — master ( af84f0...9b4e89 )
by Andrii
11:07
created
src/base/Application.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     public static function readExtraVendor($dir)
65 65
     {
66
-       return static::readExtraConfig($dir . '/hiqdev/extensions-config.php');
66
+        return static::readExtraConfig($dir . '/hiqdev/extensions-config.php');
67 67
     }
68 68
 
69 69
     public static function readExtraConfig($path)
Please login to merge, or discard this patch.