diff --git a/src/Local/LocalFilesystemAdapter.php b/src/Local/LocalFilesystemAdapter.php index 59720f37d..cead55ec3 100644 --- a/src/Local/LocalFilesystemAdapter.php +++ b/src/Local/LocalFilesystemAdapter.php @@ -95,6 +95,7 @@ private function ensureRootDirectoryExists(): void } $this->ensureDirectoryExists($this->rootLocation, $this->visibility->defaultForDirectories()); + $this->rootLocationIsSetup = true; } public function write(string $path, string $contents, Config $config): void