Skip to content

Commit

Permalink
change builder to eloquent builder in criteria interface
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed Dec 10, 2023
1 parent d89f234 commit e2069c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/CriteriaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Salehhashemi\Repository\Contracts;

use Illuminate\Contracts\Database\Query\Builder;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;

interface CriteriaInterface
Expand Down

0 comments on commit e2069c5

Please sign in to comment.