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 @@ -20,7 +20,7 @@ following workflow is used:
2020 configuration.
21212. Create a storage adapter. If the authentication succeeds, the
2222 identifier of the entity will be automatically stored in session.
23- 3. Create a ``Laminas\Authentication\AuthenticationService ``\ instance
23+ 3. Create a ``Laminas\Authentication\AuthenticationService `` instance
2424 that contains both the authentication adapter and the storage
2525 adapter.
2626
@@ -173,7 +173,7 @@ the following code in your Module.php class:
173173
174174 Please note that I am using here a
175175``Laminas\Authentication\AuthenticationService `` name, but it can be
176- anything else (``my_auth_service ``\ …). However, using the name
176+ anything else (``my_auth_service `` …). However, using the name
177177``Laminas\Authentication\AuthenticationService `` will allow it to be
178178recognised by the Laminas `Identity view
179179helper <https://docs.laminas.dev/laminas-view/helpers/identity/> `__.
You can’t perform that action at this time.
0 commit comments