Przeglądaj źródła

Undo dummy implementation in MongoCollection

Andreas Braun 10 lat temu
rodzic
commit
023cf7433a
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
     }
 
     /**