Completed
Pull Request — master (#137)
by Christopher
01:50
created
src/Query/LaravelReadQuery.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,8 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.