@@ -17,7 +17,7 @@ |
||
17 | 17 | ? true |
18 | 18 | : $this->confirm("Do you really want to uninstall the panel ? (All files and components will be deleted)", true); |
19 | 19 | |
20 | - if($status){ |
|
20 | + if ($status) { |
|
21 | 21 | File::deleteDirectory(app_path('Http/Livewire/Admin')); |
22 | 22 | File::deleteDirectory(resource_path('views/livewire/admin')); |
23 | 23 | File::deleteDirectory(resource_path('views/vendor/admin')); |
@@ -14,7 +14,7 @@ |
||
14 | 14 | public function handle() |
15 | 15 | { |
16 | 16 | $status = $this->confirm("Do you really want to reinstall the panel ? (All components will be deleted)", true); |
17 | - if($status) { |
|
17 | + if ($status) { |
|
18 | 18 | Artisan::call("panel:uninstall", [ |
19 | 19 | '--force' => true, |
20 | 20 | ]); |