From e915a1d30529bdb8f43b25b622c40efef478f386 Mon Sep 17 00:00:00 2001
From: Justin Toupin <justin@atendesigngroup.com>
Date: Fri, 5 Mar 2021 06:39:00 -0700
Subject: [PATCH] removed duplicate property

---
 src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php b/src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php
index 59b89938..87f8727c 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.
    *
-- 
GitLab