File tree 1 file changed +5
-5
lines changed
Filter options
1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ security system step-by-step:
17
17
18
18
#. :ref: `Create your User Class <create-user-class >`;
19
19
20
- #. :ref: `* Authentication* & Firewalls <security-yaml-firewalls >`;
20
+ #. :ref: `Authentication & Firewalls <security-yaml-firewalls >`;
21
21
22
- #. :ref: `Denying access to your app (* authorization* ) <security-authorization >`;
22
+ #. :ref: `Denying access to your app (authorization) <security-authorization >`;
23
23
24
24
#. :ref: `Fetching the current User object <retrieving-the-user-object >`.
25
25
@@ -175,7 +175,7 @@ create dummy database users:
175
175
.. code-block :: terminal
176
176
177
177
$ php bin/console make:fixtures
178
-
178
+
179
179
The class name of the fixtures to create (e.g. AppFixtures):
180
180
> UserFixture
181
181
@@ -702,7 +702,7 @@ If you need to get the logged in user from a service, use the
702
702
// ...
703
703
704
704
use Symfony\\Component\\Security\\Core\\Security;
705
-
705
+
706
706
class ExampleService
707
707
{
708
708
private $security;
@@ -1001,7 +1001,7 @@ Authorization (Denying Access)
1001
1001
security/securing_services
1002
1002
security/access_control
1003
1003
security/access_denied_handler
1004
- security/acl
1004
+ security/acl
1005
1005
security/force_https
1006
1006
security/security_checker
1007
1007
You can’t perform that action at this time.
0 commit comments