@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $target = base_path('graphql/data/' . $this->lowerName . '.graphql'); |
| 70 | 70 | $this->writeFile( |
| 71 | 71 | $target, |
| 72 | - (bool)$this->option('overwrite'), |
|
| 72 | + (bool) $this->option('overwrite'), |
|
| 73 | 73 | $graphql |
| 74 | 74 | ); |
| 75 | 75 | $this->info('Type generated at ' . $target); |