Created
June 21, 2018 20:13
-
-
Save ahebrank/65d7e0ed91a72dc079c9cd4d3a7a64ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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