File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ to {+odm-short+} models:
30
30
- :ref:`laravel-model-define` demonstrates how to create a model class.
31
31
- :ref:`laravel-authenticatable-model` shows how to set MongoDB as the
32
32
authentication user provider.
33
- - :ref:`laravel-model-customize` explains several model class customizations
33
+ - :ref:`laravel-model-customize` explains several model class customizations.
34
34
- :ref:`laravel-model-pruning` shows how to periodically remove models that
35
35
you no longer need.
36
36
@@ -227,7 +227,7 @@ by using the ``$fillable`` attribute:
227
227
228
228
.. literalinclude:: /includes/eloquent-models/PlanetMassAssignment.php
229
229
:language: php
230
- :emphasize-lines: 9
230
+ :emphasize-lines: 14-19
231
231
:dedent:
232
232
233
233
The following code example shows mass assignment of the ``Planet`` model:
You can’t perform that action at this time.
0 commit comments