Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
missing cursor field
Browse files Browse the repository at this point in the history
  • Loading branch information
maniolek committed Jan 8, 2015
1 parent e2183b7 commit aadcd8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Paginator/Adapter/Mongo/AggregateCursor.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ class AggregateCursor
*/
private $model;


/**
* Mongo Aggregated Cursor
*
* @var string
*/
private $cursor;

/**
* Default constructor
*
Expand Down

0 comments on commit aadcd8c

Please sign in to comment.