Преглед изворни кода

Undo dummy implementation in MongoCollection

Andreas Braun пре 10 година
родитељ
комит
023cf7433a
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
     public function aggregateCursor(array $pipeline, array $options)
     {
     {
-        return $this->collection->aggregate($pipeline, $options);
+        $this->notImplemented();
     }
     }
 
 
     /**
     /**