Browse Source

Undo dummy implementation in MongoCollection

Andreas Braun 10 years ago
parent
commit
023cf7433a
1 changed files with 1 additions and 1 deletions
  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();
     }
 
     /**