First commit
This commit is contained in:
10
packages/mmt/ddd-shared-kernel/Entity.php
Normal file
10
packages/mmt/ddd-shared-kernel/Entity.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace MMT\DDDSharedKernel;
|
||||
|
||||
use MMT\DDDSharedKernel\ValueObjects\UID;
|
||||
|
||||
abstract class Entity
|
||||
{
|
||||
abstract public UID $id {get; set;}
|
||||
}
|
||||
Reference in New Issue
Block a user