diff --git a/code/UserForm.php b/code/UserForm.php index 060b0f6..962fbf5 100644 --- a/code/UserForm.php +++ b/code/UserForm.php @@ -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);