mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Tag into develop
This commit is contained in:
commit
e4acf27636
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Tag\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@ class Tag implements \JsonSerializable, ArrayableInterface
|
|||
* @var string|TagL11n
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected string|TagL11n $title = '';
|
||||
protected string |
|
||||
|
||||
TagL11n $title = '';
|
||||
|
||||
/**
|
||||
* Color RGBA.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user