From 0650135529a128ee8408ac7e7c11c5a6ef37ab2b Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 19 Aug 2024 14:00:11 +1200 Subject: [PATCH] FIX Include deprecation import --- src/GraphQL/Operations/UnpublishCreator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphQL/Operations/UnpublishCreator.php b/src/GraphQL/Operations/UnpublishCreator.php index 8860f92e..f49e9641 100644 --- a/src/GraphQL/Operations/UnpublishCreator.php +++ b/src/GraphQL/Operations/UnpublishCreator.php @@ -3,6 +3,7 @@ namespace SilverStripe\Versioned\GraphQL\Operations; use SilverStripe\GraphQL\Schema\Interfaces\OperationCreator; +use SilverStripe\Dev\Deprecation; // GraphQL dependency is optional in versioned, // and the following implementation relies on existence of this class (in GraphQL v4)