diff --git a/src/Entity/Code.php b/src/Entity/Code.php index 80a25e3..e54871d 100644 --- a/src/Entity/Code.php +++ b/src/Entity/Code.php @@ -64,6 +64,6 @@ class Code : self::TAG; } - return self::TAG; + return self::TAG . $this->_alt; } } \ No newline at end of file