Skip to content

Commit 5b5215d

Browse files
author
Chris Cho
committed
fix code emphasis lines
1 parent bcf9d76 commit 5b5215d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/eloquent-models/model-class.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to {+odm-short+} models:
3030
- :ref:`laravel-model-define` demonstrates how to create a model class.
3131
- :ref:`laravel-authenticatable-model` shows how to set MongoDB as the
3232
authentication user provider.
33-
- :ref:`laravel-model-customize` explains several model class customizations
33+
- :ref:`laravel-model-customize` explains several model class customizations.
3434
- :ref:`laravel-model-pruning` shows how to periodically remove models that
3535
you no longer need.
3636

@@ -227,7 +227,7 @@ by using the ``$fillable`` attribute:
227227

228228
.. literalinclude:: /includes/eloquent-models/PlanetMassAssignment.php
229229
:language: php
230-
:emphasize-lines: 9
230+
:emphasize-lines: 14-19
231231
:dedent:
232232

233233
The following code example shows mass assignment of the ``Planet`` model:

0 commit comments

Comments
 (0)