Skip to content

Commit

Permalink
Fixes a hard-coded namespace in the EmptySecurityController template …
Browse files Browse the repository at this point in the history
…used by make:auth
  • Loading branch information
dkurth committed Oct 24, 2018
1 parent 407a748 commit 84c080c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?= "<?php\n" ?>

namespace App\Controller;
namespace <?= $namespace ?>;

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

0 comments on commit 84c080c

Please sign in to comment.