Small fix.
This commit is contained in:
parent
3cf28a612f
commit
434119e083
|
@ -110,7 +110,7 @@ class Copypaste
|
||||||
|
|
||||||
public function __toString()
|
public function __toString()
|
||||||
{
|
{
|
||||||
return $this->id;
|
return (string) $this->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue