Completed
Pull Request — master (#219)
by Christopher
08:26 queued 03:44
created
src/Models/MetadataKeyMethodNamesTrait.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,9 @@
 block discarded – undo
54 54
         }
55 55
     }
56 56
 
57
-    protected function polyglotThroughKey(Relation $rel){
58
-        if(! $rel instanceof HasManyThrough){
57
+    protected function polyglotThroughKey(Relation $rel)
58
+    {
59
+        if(! $rel instanceof HasManyThrough) {
59 60
             return null;
60 61
         }
61 62
         $segments = explode('.', $rel->{$this->checkMethodNameList($rel, ['getThroughKey', 'getQualifiedFirstKeyName'])}());
Please login to merge, or discard this patch.