Commit d3153e97 authored by Jeremy Mikola's avatar Jeremy Mikola

Remove Bucket getter for internal CollectionWrapper

parent a0e53eb6
...@@ -179,11 +179,6 @@ class Bucket ...@@ -179,11 +179,6 @@ class Bucket
return $this->collectionWrapper->findFiles($filter, $options); return $this->collectionWrapper->findFiles($filter, $options);
} }
public function getCollectionWrapper()
{
return $this->collectionWrapper;
}
public function getDatabaseName() public function getDatabaseName()
{ {
return $this->databaseName; return $this->databaseName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment