Merge branch 'develop' of https://github.com/Orange-Management/oms-Tag into develop

This commit is contained in:
Dennis Eichhorn 2021-10-03 09:28:45 +02:00
commit e4acf27636
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,6 @@ declare(strict_types=1);
namespace Modules\Tag\Admin;
use phpOMS\Module\UninstallerAbstract;
/**
* Uninstaller class.
*

View File

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