Skip to content

Commit d3153e9

Browse files
committed
Remove Bucket getter for internal CollectionWrapper
1 parent a0e53eb commit d3153e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GridFS/Bucket.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ public function find($filter, array $options = [])
179179
return $this->collectionWrapper->findFiles($filter, $options);
180180
}
181181

182-
public function getCollectionWrapper()
183-
{
184-
return $this->collectionWrapper;
185-
}
186-
187182
public function getDatabaseName()
188183
{
189184
return $this->databaseName;

0 commit comments

Comments
 (0)