Completed
Push — master ( 025733...a87492 )
by Henry
02:13
created
src/App.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
     
21 21
     public static function config($Label)
22 22
     {
23
-        $Config = static::$ApplicationPath . '/config/' . $Label . '.php';
23
+        $Config = static::$ApplicationPath.'/config/'.$Label.'.php';
24 24
         if (!file_exists($Config)) {
25
-            throw new \Exception($Config . ' not found in '.static::class.'::config()');
25
+            throw new \Exception($Config.' not found in '.static::class.'::config()');
26 26
         }
27 27
         return require $Config;
28 28
     }
Please login to merge, or discard this patch.