mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-22 12:28:42 +00:00
fix visibility
This commit is contained in:
parent
89f1dd739e
commit
c586ab4fc8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
|||
class TagL11n implements \JsonSerializable, ArrayableInterface
|
||||
{
|
||||
/**
|
||||
* Article ID.
|
||||
* ID.
|
||||
*
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user