fetch changes from branch export_to_lims
This commit is contained in:
@@ -126,9 +126,9 @@ class VisualLimsApiClientMock
|
||||
return [];
|
||||
}
|
||||
|
||||
public function postMultipart(string $endpoint, string $filePath, string $fileName, int $commessaId): array
|
||||
public function postMultipart(string $endpoint, string $filePath, string $fileName): array
|
||||
{
|
||||
error_log("[SIMULATE] POST multipart {$endpoint} file={$fileName} commessaId={$commessaId}");
|
||||
error_log("[SIMULATE] POST multipart {$endpoint} file={$fileName}");
|
||||
|
||||
return ['simulated' => true, 'file' => $fileName];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user