File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -684,8 +684,6 @@ Debugging
684684
685685 The WebProfiler panel was introduced in MercureBundle 0.2.
686686
687- Enable the panel in your configuration, as follows:
688-
689687MercureBundle is shipped with a debug panel. Install the Debug pack to
690688enable it::
691689
Original file line number Diff line number Diff line change @@ -1744,7 +1744,7 @@ You can log in a user programmatically using the ``login()`` method of the
17441744:class: `Symfony\\ Bundle\\ SecurityBundle\\ Security ` helper::
17451745
17461746 // src/Controller/SecurityController.php
1747- namespace App\Controller\SecurityController ;
1747+ namespace App\Controller;
17481748
17491749 use App\Security\Authenticator\ExampleAuthenticator;
17501750 use Symfony\Bundle\SecurityBundle\Security;
You can’t perform that action at this time.
0 commit comments