Skip to content

Commit 84c080c

Browse files
committed
Fixes a hard-coded namespace in the EmptySecurityController template used by make:auth
1 parent 407a748 commit 84c080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/authenticator/EmptySecurityController.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?= "<?php\n" ?>
22

3-
namespace App\Controller;
3+
namespace <?= $namespace ?>;
44

55
use Symfony\Bundle\FrameworkBundle\Controller\<?= $parent_class_name; ?>;
66
use Symfony\Component\Routing\Annotation\Route;

0 commit comments

Comments
 (0)