From bf59e31f6cae4cdb8a3a81978e297bb785c48981 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 18 Sep 2024 10:53:45 +1200 Subject: [PATCH] ENH Don't use deprecated method --- 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',