mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Pint
This commit is contained in:
@@ -193,7 +193,7 @@ class ModuleInstaller
|
||||
$files = json_decode($json);
|
||||
|
||||
foreach ($files as $file) {
|
||||
\File::delete(base_path($file));
|
||||
File::delete(base_path($file));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user