Skip to content

Commit c03fc05

Browse files
committed
header wording
1 parent f1f0df2 commit c03fc05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user-authentication.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ how users are retrieved. To learn more about these services, see `Authentication
2929
<https://laravel.com/docs/{+laravel-docs-version+}/authentication>`__ in the
3030
Laravel documentation.
3131

32-
User Model
33-
----------
32+
Modify the User Model
33+
---------------------
3434

3535
By default, Laravel generates the ``User`` Eloquent model in your ``App/Models``
3636
directory. To enable authentication for users stored in MongoDB, your ``User`` model
@@ -68,8 +68,8 @@ class:
6868

6969
.. _laravel-auth-controller:
7070

71-
User Controller
72-
---------------
71+
Create the User Controller
72+
--------------------------
7373

7474
To store functions that manage authentication, create an authentication controller for
7575
your ``User`` model.

0 commit comments

Comments
 (0)