diff --git a/app/src/Filesystem/FilesystemManager.php b/app/src/Filesystem/FilesystemManager.php index c675937b..e38e9348 100644 --- a/app/src/Filesystem/FilesystemManager.php +++ b/app/src/Filesystem/FilesystemManager.php @@ -88,7 +88,8 @@ public function getDefaultCloudDriver(): string /** * Overwrite the local driver creation to replace root by locator. * - * @param array $config + * @param array $config + * * @return \Illuminate\Contracts\Filesystem\Filesystem */ public function createLocalDriver(array $config)