diff --git a/src/Model/SearchTrait.php b/src/Model/SearchTrait.php index b0befb66..c6b7d219 100644 --- a/src/Model/SearchTrait.php +++ b/src/Model/SearchTrait.php @@ -119,7 +119,7 @@ protected function _getFilters(string $collection = Manager::DEFAULT_COLLECTION) { if (method_exists($this->_repository(), 'searchManager')) { deprecationWarning( - '1.7.1', + '7.7.1', 'Support for `searchManager() function on the table class is deprecated.' . ' Access the search manager through the Search behavior instance instead or' . ' filter collections.',