mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-01-12 01:56:55 +00:00
Optimized Entities
This commit is contained in:
@@ -33,9 +33,4 @@ abstract class AbstractEntity implements EntityInterface
|
||||
{
|
||||
$this->version = 0;
|
||||
}
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return __CLASS__.':'.spl_object_hash($this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user