Skip to content

Commit

Permalink
FilterProcessor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Feb 25, 2016
1 parent cc98934 commit 65978e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Processor/FilterProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace ViewComponents\Eloquent\Processor;

use Illuminate\Database\Eloquent\Builder;
use Presentation\Framework\Data\Operation\FilterOperation;
use Presentation\Framework\Data\Operation\OperationInterface;
use Presentation\Framework\Data\Processor\ProcessorInterface;
use ViewComponents\ViewComponents\Data\Operation\FilterOperation;
use ViewComponents\ViewComponents\Data\Operation\OperationInterface;
use ViewComponents\ViewComponents\Data\Processor\ProcessorInterface;

class FilterProcessor implements ProcessorInterface
{
Expand Down

0 comments on commit 65978e0

Please sign in to comment.