@@ -8,8 +8,8 @@ |
||
8 | 8 | trait EagerLoaderMultiAccessor { |
9 | 9 | public function __call($method, $arguments) |
10 | 10 | { |
11 | - if($method !== 'tryEagerLoadingRelation'){ |
|
12 | - if(null !== ($eagerResult = $this->tryEagerLoadingRelation($method))) { |
|
11 | + if ($method !== 'tryEagerLoadingRelation') { |
|
12 | + if (null !== ($eagerResult = $this->tryEagerLoadingRelation($method))) { |
|
13 | 13 | return $eagerResult; |
14 | 14 | } |
15 | 15 | } |