@@ -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 | ]); |