Optimized Entities

This commit is contained in:
Kevin Frantz
2019-01-13 15:25:54 +01:00
parent d01a5f2dbd
commit 73d2583846
4 changed files with 4 additions and 11 deletions

View File

@@ -33,9 +33,4 @@ abstract class AbstractEntity implements EntityInterface
{
$this->version = 0;
}
public function __toString(): string
{
return __CLASS__.':'.spl_object_hash($this);
}
}