Commit 73d571ff authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-105: Remove Collection::VERSION constant

parent 09bef9bd
......@@ -18,8 +18,6 @@ use MongoDB\Model\IndexInput;
class Collection
{
const VERSION = "0.1.0";
/* {{{ consts & vars */
const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
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