Issue #2384539 by areke: Make the class variables protected for Action

8.0.x
Alex Pott 2014-12-04 12:22:23 +00:00
parent 7d1a81e87f
commit 7ee91de212
1 changed files with 2 additions and 2 deletions

View File

@ -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.