Skeleton is ready
This commit is contained in:
10
app/Kernel/Object/HasUuidAsIdentifier.php
Normal file
10
app/Kernel/Object/HasUuidAsIdentifier.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Kernel\Object;
|
||||
|
||||
interface HasUuidAsIdentifier
|
||||
{
|
||||
public function id(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user