chore(deps): upgrade dependencies (#7395)
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ class ContactModuleDocumentController extends Controller
|
||||
'type' => File::TYPE_DOCUMENT,
|
||||
];
|
||||
|
||||
$file = (new UploadFile())->execute($data);
|
||||
$file = (new UploadFile)->execute($data);
|
||||
|
||||
$contact = Contact::where('vault_id', $vaultId)->findOrFail($contactId);
|
||||
|
||||
@@ -48,7 +48,7 @@ class ContactModuleDocumentController extends Controller
|
||||
'file_id' => $fileId,
|
||||
];
|
||||
|
||||
(new DestroyFile())->execute($data);
|
||||
(new DestroyFile)->execute($data);
|
||||
|
||||
return response()->json([
|
||||
'data' => true,
|
||||
|
||||
Reference in New Issue
Block a user