Skip to content

Commit

Permalink
Update Language.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell authored Aug 1, 2017
1 parent 1e1a943 commit 4d14025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ public function setName($name)

public function __toString()
{
return $this->name;
return (string)$this->name;
}
}

0 comments on commit 4d14025

Please sign in to comment.