From 0836c66cb3dcdbe69ee841dcbb25e3d990f82433 Mon Sep 17 00:00:00 2001 From: Daniel Maier Date: Wed, 17 Oct 2018 15:55:04 +0200 Subject: [PATCH] [task] remove no longer required like method --- Classes/Domain/Model/SearchRequest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Classes/Domain/Model/SearchRequest.php b/Classes/Domain/Model/SearchRequest.php index a375d24..2fb6330 100644 --- a/Classes/Domain/Model/SearchRequest.php +++ b/Classes/Domain/Model/SearchRequest.php @@ -217,11 +217,6 @@ class SearchRequest implements SearchRequestInterface throw new \BadMethodCallException('Method is not implemented yet.', 1502196199); } - public function like($propertyName, $operand, $caseSensitive = true) - { - throw new \BadMethodCallException('Method is not implemented yet.', 1502196167); - } - public function contains($propertyName, $operand) { throw new \BadMethodCallException('Method is not implemented yet.', 1502196200);