|  | @@ -25,7 +25,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 25 | 25 |       */ | 
                                                                                                            
                                                            | 26 | 26 |      public function handle() | 
                                                                                                            
                                                            | 27 | 27 |      { | 
                                                                                                            
                                                            | 28 |  | -        if (! $this->confirm('This command is only intended for a development environment and will change and create files in your project, do you want to continue?')) { | 
                                                                                                            
                                                            |  | 28 | +        if (!$this->confirm('This command is only intended for a development environment and will change and create files in your project, do you want to continue?')) { | 
                                                                                                            
                                                            | 29 | 29 |              $this->error('cancelled'); | 
                                                                                                            
                                                            | 30 | 30 |   | 
                                                                                                            
                                                            | 31 | 31 |              return; | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.