initial commit
This commit is contained in:
9
vendor/symfony/maker-bundle/templates/authenticator/EmptySecurityController.tpl.php
vendored
Normal file
9
vendor/symfony/maker-bundle/templates/authenticator/EmptySecurityController.tpl.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?= "<?php\n" ?>
|
||||
|
||||
namespace <?= $namespace ?>;
|
||||
|
||||
<?= $use_statements; ?>
|
||||
|
||||
class <?= $class_name; ?> extends AbstractController
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user