File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ User Authentication
14
14
.. contents:: On this page
15
15
:local:
16
16
:backlinks: none
17
- :depth: 2
17
+ :depth: 1
18
18
:class: singlecol
19
19
20
20
Overview
@@ -108,7 +108,7 @@ The following code updates the ``providers.php`` file in the ``bootstrap`` direc
108
108
of a Laravel application to register the ``PasswordResetServiceProvider`` provider:
109
109
110
110
.. code-block:: php
111
- :emphasize-lines: 5
111
+ :emphasize-lines: 4
112
112
113
113
return [
114
114
App\Providers\AppServiceProvider::class,
@@ -120,4 +120,6 @@ Additional Information
120
120
----------------------
121
121
122
122
To learn more about user authentication, see `Authentication <https://laravel.com/docs/{+laravel-docs-version+}/authentication>`__
123
- in the Laravel documentation.
123
+ in the Laravel documentation.
124
+
125
+ To learn more about Eloquent models, see the :ref:`laravel-eloquent-model-class` guide.
You can’t perform that action at this time.
0 commit comments