Commit 34bdc8a7 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #16 from jmikola/phplib-105

PHPLIB-105: Remove Collection::VERSION constant
parents 09bef9bd 73d571ff
...@@ -18,8 +18,6 @@ use MongoDB\Model\IndexInput; ...@@ -18,8 +18,6 @@ use MongoDB\Model\IndexInput;
class Collection class Collection
{ {
const VERSION = "0.1.0";
/* {{{ consts & vars */ /* {{{ consts & vars */
const QUERY_FLAG_TAILABLE_CURSOR = 0x02; const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
const QUERY_FLAG_SLAVE_OKAY = 0x04; const QUERY_FLAG_SLAVE_OKAY = 0x04;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment