Merge branch '6' into 7

This commit is contained in:
github-actions 2024-09-24 01:42:03 +00:00
commit 5cbe51b69d

View File

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