Skip to content

Commit

Permalink
bug #304 Fixes a hard-coded namespace in the EmptySecurityController …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
weaverryan committed Nov 3, 2018
2 parents cc5c0d9 + 84c080c commit e873047
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 e873047

Please sign in to comment.