Completed
Push — master ( fdb9c9...524f9b )
by CodexShaper
04:20
created
src/Http/Controllers/RelationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         $prefix = (Driver::isMongoDB()) ? "_" : "";
36 36
 
37 37
         foreach ($fields as $fld) {
38
-            if ($fld->id == $field->{$prefix . "id"}) {
38
+            if ($fld->id == $field->{$prefix."id"}) {
39 39
 
40 40
                 $relationship = $fld->settings;
41 41
                 $localTable   = $relationship['localTable'];
Please login to merge, or discard this patch.