@@ -44,7 +44,7 @@ |
||
| 44 | 44 | if (null === $resourceSetName) { |
| 45 | 45 | $rawTerm = $term; |
| 46 | 46 | $termArray = explode('.', $rawTerm); |
| 47 | - $this->resourceSetName = Str::plural($termArray[count($termArray)-1]); |
|
| 47 | + $this->resourceSetName = Str::plural($termArray[count($termArray) - 1]); |
|
| 48 | 48 | } else { |
| 49 | 49 | $this->resourceSetName = $resourceSetName; |
| 50 | 50 | } |