Skip to content

Instantly share code, notes, and snippets.

@ahebrank
Created June 21, 2018 20:13
Show Gist options
  • Select an option

  • Save ahebrank/65d7e0ed91a72dc079c9cd4d3a7a64ec to your computer and use it in GitHub Desktop.

Select an option

Save ahebrank/65d7e0ed91a72dc079c9cd4d3a7a64ec to your computer and use it in GitHub Desktop.
diff --git a/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php b/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php
index 705c3e4..8f53737 100644
--- a/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php
+++ b/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php
@@ -30,7 +30,7 @@ class InlineParagraphsWidget extends ParagraphsInlineParagraphsWidget {
*
* @var bool
*/
- private $isTranslating;
+ protected $isTranslating;
/**
* {@inheritdoc}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment