From 7ee91de212c1624e90c831d0eed1f99ea8c1f16c Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 4 Dec 2014 12:22:23 +0000 Subject: [PATCH] Issue #2384539 by areke: Make the class variables protected for Action --- core/modules/system/src/Entity/Action.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/src/Entity/Action.php b/core/modules/system/src/Entity/Action.php index a7176dbafd9..ca3d8cfce8f 100644 --- a/core/modules/system/src/Entity/Action.php +++ b/core/modules/system/src/Entity/Action.php @@ -34,14 +34,14 @@ class Action extends ConfigEntityBase implements ActionConfigEntityInterface, En * * @var string */ - public $id; + protected $id; /** * The label of the action. * * @var string */ - public $label; + protected $label; /** * The action type.