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