Skip to content

Commit 8fd3024

Browse files
authored
Missing comma in $hasOneThrough property (#225)
1 parent c098467 commit 8fd3024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/relations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public $hasOneThrough = [
759759
'userHistory' => [
760760
'Acme\Supplies\Model\History',
761761
'key' => 'supplier_id',
762-
'through' => 'Acme\Supplies\Model\User'
762+
'through' => 'Acme\Supplies\Model\User',
763763
'throughKey' => 'user_id',
764764
'otherKey' => 'id'
765765
],

0 commit comments

Comments
 (0)