From 3abd69a10f0062540f5991431363ed7ed54004a8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 18 Jun 2021 09:11:00 -0500 Subject: [PATCH] Apply fixes from StyleCI (#37732) --- src/Illuminate/Filesystem/FilesystemManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Filesystem/FilesystemManager.php b/src/Illuminate/Filesystem/FilesystemManager.php index 333efc9b8bde..2b8497977836 100644 --- a/src/Illuminate/Filesystem/FilesystemManager.php +++ b/src/Illuminate/Filesystem/FilesystemManager.php @@ -100,7 +100,7 @@ public function build($config) { return $this->resolve('ondemand', is_array($config) ? $config : [ 'driver' => 'local', - 'root' => $config + 'root' => $config, ]); }