Skip to content

Commit

Permalink
Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jleagle committed Jul 14, 2017
1 parent ba1ee2a commit c4ae889
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Predicate/LikeBinaryPredicate.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
namespace Packaged\QueryBuilder\Predicate;

use Packaged\QueryBuilder\Expression\IExpression;
use Packaged\QueryBuilder\Expression\Like\CustomLikeExpression;

class LikeBinaryPredicate extends LikePredicate
{
/**
* Operator e.g. =, >= >
*
* @return string
*/
public function getOperator()
Expand Down

0 comments on commit c4ae889

Please sign in to comment.