@@ -69,7 +69,7 @@ |
||
| 69 | 69 | { |
| 70 | 70 | $this->output_path = $this->option('path') ?? storage_path('app/db2doc'); |
| 71 | 71 | |
| 72 | - if (! file_exists($this->output_path)) { |
|
| 72 | + if ( ! file_exists($this->output_path)) { |
|
| 73 | 73 | mkdir($this->output_path); |
| 74 | 74 | } |
| 75 | 75 | |