formatting
This commit is contained in:
parent
4691e69b94
commit
97fdac0bdd
|
|
@ -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,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue