/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
symfony
/
maker-bundle
/
src
/
Resources
/
skeleton
/
authenticator
/
Upload File
HOME
<?= "<?php\n" ?> namespace <?= $namespace ?>; use Symfony\Bundle\FrameworkBundle\Controller\<?= $parent_class_name; ?>; use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; class <?= $class_name; ?> extends <?= $parent_class_name; ?><?= "\n" ?> { }