repository icon indicating copy to clipboard operation
repository copied to clipboard

Call to undefined method findAllBy()

Open carlituxman opened this issue 10 years ago • 2 comments

I have: use VCN\Repositories\AccountRepository as Account;

and try: $res = $this->account->findAllBy('type',1);

and I receive this error:

[Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined method VCN\Repositories\AccountRepository::findAllBy()

carlituxman avatar Aug 18 '15 17:08 carlituxman

I'm looking for on vendor/bosnadev/repositories/src/.... and not are findAllBy, findWhere ....

but in this repository appear, am I not updated??, my composer.json has "bosnadev/repositories": "0.*"

how can I get the correct/last version?

carlituxman avatar Aug 18 '15 18:08 carlituxman

I tagged the latest version, please check again.

mirzap avatar Aug 19 '15 08:08 mirzap