Warning: Undefined variable $namespace in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 3
;
use Symfony\Bundle\FrameworkBundle\Controller\
Warning: Undefined variable $parent_class_name in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 5
;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
class
Warning: Undefined variable $class_name in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 9
extends
Warning: Undefined variable $parent_class_name in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 9
{
Warning: Undefined variable $use_attributes in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 11
/**
* @Route("
Warning: Undefined variable $route_path in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 15
", name="
Warning: Undefined variable $route_name in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 15
")
*/
public function index(): Response
{
Warning: Undefined variable $with_template in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 20
return $this->json([
'message' => 'Welcome to your new controller!',
'path' => '
Warning: Undefined variable $relative_path in /home/microfrlnn/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 27
',
]);
}
}