@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function getResults() |
16 | 16 | { |
17 | - $results = ! is_null($this->getParentKey()) |
|
17 | + $results = !is_null($this->getParentKey()) |
|
18 | 18 | ? $this->get() |
19 | 19 | : $this->related->newCollection(); |
20 | 20 |