diff --git a/config/filesystems.php b/config/filesystems.php index f770f78f2a..6fcf1386b4 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -54,7 +54,7 @@ return [ 'local' => [ 'driver' => 'local', - 'root' => base_path('/'), + 'root' => base_path(), ], 'ftp' => [