diff --git a/core/modules/block/src/Entity/Block.php b/core/modules/block/src/Entity/Block.php index d782118..26cfb17 100644 --- a/core/modules/block/src/Entity/Block.php +++ b/core/modules/block/src/Entity/Block.php @@ -42,7 +42,7 @@ * } * ) */ -class Block extends ConfigEntityBase implements BlockInterface, EntityWithPluginBagsInterface, \Drupal\Core\Operations\OperationsProviderInterface { +class Block extends ConfigEntityBase implements BlockInterface, EntityWithPluginBagsInterface, OperationsProviderInterface { /** * The ID of the block.