mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
fixes for tests
This commit is contained in:
parent
0b3ad212c6
commit
73ffc3c3fd
|
|
@ -62,10 +62,10 @@ class Tag implements ArrayableInterface, \JsonSerializable
|
|||
/**
|
||||
* Tag type.
|
||||
*
|
||||
* @var string
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $type = TagType::SINGLE;
|
||||
private int $type = TagType::SINGLE;
|
||||
|
||||
/**
|
||||
* Get created by
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user