@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | $stub = $this->option('stub'); |
46 | 46 | |
47 | - if ($stub and ! is_file($stub)) { |
|
47 | + if ($stub and !is_file($stub)) { |
|
48 | 48 | $this->error("The stub file dose not exist."); |
49 | 49 | return false; |
50 | 50 | } |