Completed
Push — master ( 1ab4f8...e0cd62 )
by Andrii
03:21
created
src/base/Application.php 1 patch
Spacing   +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/hidev-config.php');
66
+        return static::readExtraConfig($dir.'/hiqdev/hidev-config.php');
67 67
     }
68 68
 
69 69
     public static function readExtraConfig($path)
Please login to merge, or discard this patch.