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
684
684
685
685
The WebProfiler panel was introduced in MercureBundle 0.2.
686
686
687
- Enable the panel in your configuration, as follows:
688
-
689
687
MercureBundle is shipped with a debug panel. Install the Debug pack to
690
688
enable it::
691
689
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
1744
1744
:class: `Symfony\\ Bundle\\ SecurityBundle\\ Security ` helper::
1745
1745
1746
1746
// src/Controller/SecurityController.php
1747
- namespace App\Controller\SecurityController ;
1747
+ namespace App\Controller;
1748
1748
1749
1749
use App\Security\Authenticator\ExampleAuthenticator;
1750
1750
use Symfony\Bundle\SecurityBundle\Security;
You can’t perform that action at this time.
0 commit comments