diff --git a/Models/Tag.php b/Models/Tag.php index cf6d072..7fe3fe3 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -43,7 +43,7 @@ class Tag implements \JsonSerializable, ArrayableInterface * @var string|TagL11n * @since 1.0.0 */ - private $title = ''; + protected $title = ''; /** * Color RGBA. @@ -75,7 +75,7 @@ class Tag implements \JsonSerializable, ArrayableInterface * @var int * @since 1.0.0 */ - private int $type = TagType::SINGLE; + protected int $type = TagType::SINGLE; /** * Get created by diff --git a/Models/TagL11n.php b/Models/TagL11n.php index b6819d0..1fdc7bb 100755 --- a/Models/TagL11n.php +++ b/Models/TagL11n.php @@ -28,7 +28,7 @@ use phpOMS\Localization\ISO639x1Enum; class TagL11n implements \JsonSerializable, ArrayableInterface { /** - * Article ID. + * ID. * * @var int * @since 1.0.0