Skip to content

Commit b09e4c2

Browse files
committed
add info
1 parent d98f396 commit b09e4c2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/user-authentication.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ User Authentication
1414
.. contents:: On this page
1515
:local:
1616
:backlinks: none
17-
:depth: 2
17+
:depth: 1
1818
:class: singlecol
1919

2020
Overview
@@ -108,7 +108,7 @@ The following code updates the ``providers.php`` file in the ``bootstrap`` direc
108108
of a Laravel application to register the ``PasswordResetServiceProvider`` provider:
109109

110110
.. code-block:: php
111-
:emphasize-lines: 5
111+
:emphasize-lines: 4
112112

113113
return [
114114
App\Providers\AppServiceProvider::class,
@@ -120,4 +120,6 @@ Additional Information
120120
----------------------
121121

122122
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.

0 commit comments

Comments
 (0)