Small fix.

This commit is contained in:
Alexey Skobkin 2015-05-28 04:03:38 +03:00
parent 3cf28a612f
commit 434119e083
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Copypaste
public function __toString()
{
return $this->id;
return (string) $this->id;
}
/**