Skip to content

Commit

Permalink
chore: Add missing import
Browse files Browse the repository at this point in the history
Was causing instances of `WhereNotIn` to not be processed
  • Loading branch information
hellopablo committed Nov 20, 2024
1 parent a8bf38c commit cf533f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/Traits/GetCountCommon.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
use Nails\Common\Helper\Model\Sort;
use Nails\Common\Helper\Model\Where;
use Nails\Common\Helper\Model\WhereIn;
use Nails\Common\Helper\Model\WhereNotIn;
use Nails\Common\Service\Database;
use Nails\Factory;

Expand Down

0 comments on commit cf533f7

Please sign in to comment.