Skip to content

Commit 98aad29

Browse files
Update guard_authentication.rst
Typo
1 parent 88dda8c commit 98aad29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Don't forget to generate and execute the migration:
4949
$ php bin/console make:migration
5050
$ php bin/console doctrine:migrations:migrate
5151
52-
Next, configure your "user provider" to use this new `apiKey`property:
52+
Next, configure your "user provider" to use this new `apiKey` property:
5353

5454
.. configuration-block::
5555

@@ -106,7 +106,6 @@ Next, configure your "user provider" to use this new `apiKey`property:
106106
// ...
107107
]);
108108
109-
110109
Step 2) Create the Authenticator Class
111110
--------------------------------------
112111

0 commit comments

Comments
 (0)