We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7129d3 commit 6b5e533Copy full SHA for 6b5e533
packages/ddd-extensions/composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fusonic/ddd-extensions",
3
"license": "MIT",
4
- "version": "3.0.0",
+ "version": "3.0.1",
5
"description": "Symfony domain-driven design building blocks for usage with Doctrine ORM.",
6
"type": "library",
7
"authors": [
packages/ddd-extensions/src/Domain/Model/EntityId.php
@@ -9,10 +9,8 @@
9
10
namespace Fusonic\DDDExtensions\Domain\Model;
11
12
-abstract readonly class EntityId extends ValueObject
+abstract readonly class EntityId extends ValueObject implements \Stringable
13
14
- abstract public function __toString(): string;
15
-
16
abstract public function isDefined(): bool;
17
18
abstract public function getValue(): mixed;
0 commit comments