Completed
Push — 6.0 ( ecd628...bb666d )
by yun
08:33
created
src/think/Filesystem.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 // +----------------------------------------------------------------------
9 9
 // | Author: yunwuxin <[email protected]>
10 10
 // +----------------------------------------------------------------------
11
-declare (strict_types = 1);
11
+declare(strict_types=1);
12 12
 
13 13
 namespace think;
14 14
 
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
     public function getConfig(string $name = null, $default = null)
57 57
     {
58 58
         if (!is_null($name)) {
59
-            return $this->app->config->get('filesystem.' . $name, $default);
59
+            return $this->app->config->get('filesystem.'.$name, $default);
60 60
         }
61 61
 
62 62
         return $this->app->config->get('filesystem');
Please login to merge, or discard this patch.