diff --git a/database/relations.md b/database/relations.md index 6e563227..4ea5cd76 100644 --- a/database/relations.md +++ b/database/relations.md @@ -759,7 +759,7 @@ public $hasOneThrough = [ 'userHistory' => [ 'Acme\Supplies\Model\History', 'key' => 'supplier_id', - 'through' => 'Acme\Supplies\Model\User' + 'through' => 'Acme\Supplies\Model\User', 'throughKey' => 'user_id', 'otherKey' => 'id' ],