Merge pull request #4678 from ladybirdweb/analysis-vQOV9d

Apply fixes from StyleCI
This commit is contained in:
Bhanu Pratap Singh Slathia
2021-03-11 16:14:32 +05:30
committed by GitHub

View File

@@ -140,6 +140,7 @@ class StorageController extends Controller
} }
Config::set("filesystems.$key", $con); Config::set("filesystems.$key", $con);
} }
return Config::get('filesystems'); return Config::get('filesystems');
} }