@@ -500,7 +500,8 @@ |
||
500 | 500 | * @param string $odataProperty |
501 | 501 | * @return string |
502 | 502 | */ |
503 | - private function getLaravelRelationName($odataProperty){ |
|
503 | + private function getLaravelRelationName($odataProperty) |
|
504 | + { |
|
504 | 505 | $laravelProperty = $odataProperty; |
505 | 506 | $pos = strrpos($laravelProperty, '_'); |
506 | 507 | if ($pos !== false) { |