20250218#2
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Rmphp\Storage\Entity;
|
||||
abstract class AbstractEntity implements EntityInterface {
|
||||
|
||||
/**
|
||||
* @return int|null
|
||||
* @return mixed
|
||||
*/
|
||||
public function getId(): mixed {
|
||||
return (isset($this->id)) ? (($this->id instanceof ValueObjectInterface) ? $this->id->get() : $this->id) : null;
|
||||
|
||||
Reference in New Issue
Block a user