Skip to content

Commit 6cbebf5

Browse files
Update Item.php
1 parent 7cee4db commit 6cbebf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entity/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function __construct()
8888
*/
8989
public function __toString()
9090
{
91-
return $this->name;
91+
return (string) $this->name;
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)