@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | public function prepareGraphQLNames() |
| 68 | 68 | { |
| 69 | - $this->gName = ($this->getOption('gqlName')?: $this->mName); |
|
| 69 | + $this->gName = ($this->getOption('gqlName') ?: $this->mName); |
|
| 70 | 70 | $this->gPlural = Str::plural($this->gName); |
| 71 | 71 | $this->gCamel = Str::camel($this->gName); |
| 72 | 72 | $this->gCamelPlural = Str::camel($this->gPlural); |