initial commit
This commit is contained in:
15
app/Data/Intent/Contact/DeleteContactIntent.php
Normal file
15
app/Data/Intent/Contact/DeleteContactIntent.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Data\Intent\Contact;
|
||||
|
||||
use Ramsey\Uuid\UuidInterface;
|
||||
|
||||
final class DeleteContactIntent
|
||||
{
|
||||
public function __construct(
|
||||
public UuidInterface $uuid,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user