diff --git a/src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php b/src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php index 59b89938acd6a465ff447c74e9f8e6e0c58741ab..87f8727ceed982d6a278897500caf7454f989f36 100644 --- a/src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php +++ b/src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php @@ -84,13 +84,6 @@ class LayoutParagraphsWidget extends WidgetBase implements ContainerFactoryPlugi */ protected $layoutPluginManager; - /** - * The module handler service. - * - * @var \Drupal\Core\Extension\ModuleHandlerInterface - */ - protected $moduleHandler; - /** * The plugin form manager. *