mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Created ListTagsActionTest
This commit is contained in:
@@ -20,6 +20,11 @@ class Tag extends AbstractEntity implements \JsonSerializable
|
||||
*/
|
||||
protected $name;
|
||||
|
||||
public function __construct($name = null)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user