Closed valerii-usachov closed 6 years ago
Hello,
True, we have not updated the Readme, in commit: https://github.com/libgraviton/php-rql-parser/commit/45522d5140a801e5ac27891410984cc8d9a3598c We removed the constructor to be injected ( using setBuilder ).
Final, will check. Should not be needed indeed.
About the "setters", as we use this in SF service definition we have had no need to return this.
From README:Usage section:
MongoOdm doesn't have constructor and so it cannot set builder from constructor.
Add
return $this;
to setters.Why is class MongoOdm final??