initial commit
This commit is contained in:
13
app/Data/Intent/ProcessImport/ImportContactsIntent.php
Normal file
13
app/Data/Intent/ProcessImport/ImportContactsIntent.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Data\Intent\ProcessImport;
|
||||
|
||||
class ImportContactsIntent
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $path
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user