mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-27 06:28:40 +00:00
formatting fixes, bug fixes and support impl.
This commit is contained in:
parent
f0c4f22d64
commit
921fa40095
|
|
@ -165,7 +165,7 @@ class Tag implements \JsonSerializable, ArrayableInterface
|
|||
{
|
||||
if ($title instanceof TagL11n) {
|
||||
$this->title = $title;
|
||||
} elseif ($this->title instanceof TagL11n) {
|
||||
} elseif (isset($this->title) && $this->title instanceof TagL11n) {
|
||||
$this->title->title = $title;
|
||||
} else {
|
||||
$this->title = new TagL11n();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user