Skip to content

Commit 65978e0

Browse files
committed
FilterProcessor bugfix
1 parent cc98934 commit 65978e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Processor/FilterProcessor.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace ViewComponents\Eloquent\Processor;
44

55
use Illuminate\Database\Eloquent\Builder;
6-
use Presentation\Framework\Data\Operation\FilterOperation;
7-
use Presentation\Framework\Data\Operation\OperationInterface;
8-
use Presentation\Framework\Data\Processor\ProcessorInterface;
6+
use ViewComponents\ViewComponents\Data\Operation\FilterOperation;
7+
use ViewComponents\ViewComponents\Data\Operation\OperationInterface;
8+
use ViewComponents\ViewComponents\Data\Processor\ProcessorInterface;
99

1010
class FilterProcessor implements ProcessorInterface
1111
{

0 commit comments

Comments
 (0)