Skip to content

Commit d8609e9

Browse files
author
Chris Cho
committed
add right nav and update wording in overview
1 parent 65e9648 commit d8609e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/eloquent-models/relationships.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Eloquent Model Relationships
1111
.. meta::
1212
:keywords: php framework, odm, code example, entity relationship, eloquent
1313

14+
.. contents:: On this page
15+
:local:
16+
:backlinks: none
17+
:depth: 2
18+
:class: singlecol
19+
1420
Overview
1521
--------
1622

@@ -25,7 +31,7 @@ model as a **dynamic property**. A dynamic property lets you access the
2531
related model by using the same syntax as you use to access a property on the
2632
model.
2733

28-
This page describes the following Laravel Eloquent and MongoDB-specific
34+
The following sections describe the Laravel Eloquent and MongoDB-specific
2935
relationships available in {+odm-short+} and shows examples of how to define
3036
and use them:
3137

0 commit comments

Comments
 (0)