Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions
5cbe51b69d Merge branch '6' into 7 2024-09-24 01:42:03 +00:00
Guy Sartorelli
fa8f7984af
ENH Don't use deprecated method (#1329) 2024-09-19 13:46:18 +12:00

View File

@ -297,7 +297,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);