formatting

This commit is contained in:
Denis Duliçi
2020-10-11 02:03:32 +03:00
parent 4691e69b94
commit 97fdac0bdd

View File

@@ -380,15 +380,13 @@ trait Modules
// Remove Zip
File::delete($file);
$data = [
'path' => $path
];
return [
'success' => true,
'error' => false,
'message' => null,
'data' => $data,
'data' => [
'path' => $path,
],
];
}