Skip to content

Commit 4f6b97f

Browse files
authored
Update Member.php
1 parent 8e15884 commit 4f6b97f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Archive/Member.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,12 @@ public function extract($to = null, $overwrite = false)
136136

137137
return new \SplFileInfo(sprintf('%s%s', rtrim(null === $to ? getcwd() : $to, '/'), $this->location));
138138
}
139+
140+
/**
141+
* @inheritdoc
142+
* */
143+
public function getResource()
144+
{
145+
return $this->resource;
146+
}
139147
}

0 commit comments

Comments
 (0)