Skip to content

Commit

Permalink
ENH Don't use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 17, 2024
1 parent 46c6b26 commit b562f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clear.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Clear extends Controller
public function __construct()
{
parent::__construct();
Deprecation::withNoReplacement(function () {
Deprecation::withSuppressedWarning(function () {
Deprecation::notice(
'1.1.0',
'Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear',
Expand Down

0 comments on commit b562f90

Please sign in to comment.