ENH Don't use deprecated method (#1329)

This commit is contained in:
Guy Sartorelli 2024-09-19 13:46:18 +12:00 committed by GitHub
parent 0fa5cc23a7
commit fa8f7984af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@ SQL;
$config->addComponent(new BulkManager);
}
Deprecation::withNoReplacement(function () use ($sort, $filter, $pagination) {
Deprecation::withSuppressedNotice(function () use ($sort, $filter, $pagination) {
$sort->setThrowExceptionOnBadDataType(false);
$filter->setThrowExceptionOnBadDataType(false);
$pagination->setThrowExceptionOnBadDataType(false);