Skip to content

Added support of whereIn in deleteWhere method#517

Open
pashamesh wants to merge 1 commit intoandersao:masterfrom
pashamesh:delete-where-in-support
Open

Added support of whereIn in deleteWhere method#517
pashamesh wants to merge 1 commit intoandersao:masterfrom
pashamesh:delete-where-in-support

Conversation

@pashamesh
Copy link

Now it's possible to do:

$this->repository->deleteWhere([
    'status' => ['rejected', 'canceled']
]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants