From 1c521e5b0e9107186c6cb4306855fea05f10299a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:06:21 +1200 Subject: [PATCH] ENH Don't use deprecated method (#62) --- src/Clear.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Clear.php b/src/Clear.php index 219b9e6..7a4bf33 100644 --- a/src/Clear.php +++ b/src/Clear.php @@ -26,7 +26,7 @@ class Clear extends Controller public function __construct() { parent::__construct(); - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '1.1.0', 'Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear',