Skip to content

Commit e873047

Browse files
committed
bug #304 Fixes a hard-coded namespace in the EmptySecurityController template used by make:auth (dkurth)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fixes a hard-coded namespace in the EmptySecurityController template used by make:auth Commits ------- 84c080c Fixes a hard-coded namespace in the EmptySecurityController template used by make:auth
2 parents cc5c0d9 + 84c080c commit e873047

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)