diff --git a/src/League/Monga/Collection.php b/src/League/Monga/Collection.php index 46a442b..bf32f23 100644 --- a/src/League/Monga/Collection.php +++ b/src/League/Monga/Collection.php @@ -301,8 +301,8 @@ public function find($query = [], $fields = [], $findOne = false) // Prepare the find arguments $arguments = []; - empty($query) || $arguments[] = $query; - empty($fields) || $arguments[] = $fields; + $arguments[] = $query; + $arguments[] = $fields; // Wrap the find function so it is callable $function = [