From 1c960902b5b17896691f11f888006e53ad581244 Mon Sep 17 00:00:00 2001 From: Theo <328805+theodesp@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:45:37 +0000 Subject: [PATCH] chore: phpcs fix --- includes/Blocks/CoreImage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Blocks/CoreImage.php b/includes/Blocks/CoreImage.php index 543cee13..3f31b5ec 100644 --- a/includes/Blocks/CoreImage.php +++ b/includes/Blocks/CoreImage.php @@ -42,7 +42,7 @@ class CoreImage extends Block { */ public function __construct( WP_Block_Type $block, Registry $block_registry ) { parent::__construct( $block, $block_registry ); - + register_graphql_field( $this->type_name, 'mediaDetails',