diff --git a/src/Proxy/TagAwareStore.php b/src/Proxy/TagAwareStore.php index d3153b0f..83917f27 100644 --- a/src/Proxy/TagAwareStore.php +++ b/src/Proxy/TagAwareStore.php @@ -169,7 +169,7 @@ static function ($id) {return 'l' . $id;}, */ protected function purgeAllContent() { - $this->getFilesystem()->remove((new Finder())->in($this->root)); + $this->getFilesystem()->remove((new Finder())->in($this->root)->depth(0)); } /**