Commit 31a8e20d authored by Jeremy Mikola's avatar Jeremy Mikola

Bucket::find() should default to empty query filter

parent 79e12213
......@@ -204,7 +204,7 @@ class Bucket
* @param array $options Additional options
* @return Cursor
*/
public function find($filter, array $options = [])
public function find($filter = [], array $options = [])
{
return $this->collectionWrapper->findFiles($filter, $options);
}
......
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