formatting
This commit is contained in:
@@ -380,15 +380,13 @@ trait Modules
|
|||||||
// Remove Zip
|
// Remove Zip
|
||||||
File::delete($file);
|
File::delete($file);
|
||||||
|
|
||||||
$data = [
|
|
||||||
'path' => $path
|
|
||||||
];
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'success' => true,
|
'success' => true,
|
||||||
'error' => false,
|
'error' => false,
|
||||||
'message' => null,
|
'message' => null,
|
||||||
'data' => $data,
|
'data' => [
|
||||||
|
'path' => $path,
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user