8000 minor #6637 Update security.rst (norbert-n) · symfony/symfony-docs@a94d9f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a94d9f2

Browse files
committed
minor #6637 Update security.rst (norbert-n)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #6637). Discussion ---------- Update security.rst missing use statement Commits ------- 5ac5d60 Update security.rst
2 parents c1e2bb5 + 5ac5d60 commit a94d9f2

File tree

< 8000 div class="d-md-none">

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/security.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ example, if you use annotations, create something like this::
189189
// ...
190190

191191
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
192+
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
192193
use Symfony\Component\HttpFoundation\Response;
193194

194195
class DefaultController extends Controller

0 commit comments

Comments
 (0)
0