Passed
Push — master ( 7d7316...33bfdb )
by Reza
03:46
created
src/Commands/Actions/Reinstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
             ]);
Please login to merge, or discard this patch.