initial commit
This commit is contained in:
13
app/Services/Storage/ProcessImportStorageProvider.php
Normal file
13
app/Services/Storage/ProcessImportStorageProvider.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\Storage;
|
||||
|
||||
use App\Models\ContactImport;
|
||||
use Ramsey\Uuid\UuidInterface;
|
||||
|
||||
interface ProcessImportStorageProvider
|
||||
{
|
||||
public function fetchByUuid(UuidInterface $uuid): ?ContactImport;
|
||||
}
|
||||
Reference in New Issue
Block a user