Completed
Pull Request — master (#354)
by Martin
02:25
created
src/Commands/ListenerMakeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     public function handle()
34 34
     {
35
-        if ( ! $this->option('event')) {
35
+        if (!$this->option('event')) {
36 36
             $this->error('The --event option is necessary');
37 37
 
38 38
             return;
Please login to merge, or discard this patch.