Explorar o código

Undo dummy implementation in MongoCollection

Andreas Braun %!s(int64=10) %!d(string=hai) anos
pai
achega
023cf7433a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Mongo/MongoCollection.php

+ 1 - 1
lib/Mongo/MongoCollection.php

@@ -116,7 +116,7 @@ class MongoCollection
      */
     public function aggregateCursor(array $pipeline, array $options)
     {
-        return $this->collection->aggregate($pipeline, $options);
+        $this->notImplemented();
     }
 
     /**