Skip to content

Commit 194720b

Browse files
committed
Updated ZipArchiveFilesystem::prepareAdapter
1 parent 02b05f6 commit 194720b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ZipArchiveFilesystem.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ public function init()
4646
*/
4747
protected function prepareAdapter()
4848
{
49-
return new ZipArchiveAdapter($this->path, null, $this->prefix);
49+
return $this->decorateAdapter(new ZipArchiveAdapter(
50+
$this->path,
51+
null,
52+
$this->prefix
53+
));
5054
}
5155
}

0 commit comments

Comments
 (0)