initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\ProcessImportMonitor;
|
||||
|
||||
use Ramsey\Uuid\UuidInterface;
|
||||
|
||||
interface ProcessImportIdentifiable
|
||||
{
|
||||
public UuidInterface $uuid { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user