Completed
Push — master ( be821e...418a4d )
by James Ekow Abaka
03:23
created
src/relationships/BelongsToRelationship.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             $this->options['foreign_key'] = $model->getDescription()->getPrimaryKey()[0];
54 54
         }
55 55
         if ($this->options['local_key'] == null) {
56
-            $this->options['local_key'] = Text::singularize($table) . '_id';
56
+            $this->options['local_key'] = Text::singularize($table).'_id';
57 57
         }
58 58
     }
59 59
 
Please login to merge, or discard this patch.