Warning: Undefined variable $namespace in /home/net1/tares.net1.club/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/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 5
;
use Symfony\Component\Routing\Annotation\Route;
class
Warning: Undefined variable $class_name in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 8
extends
Warning: Undefined variable $parent_class_name in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 8
{
/**
* @Route("
Warning: Undefined variable $route_path in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 11
", name="
Warning: Undefined variable $route_name in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 11
")
*/
public function index()
{
Warning: Undefined variable $with_template in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 15
return $this->json([
'message' => 'Welcome to your new controller!',
'path' => '
Warning: Undefined variable $relative_path in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/controller/Controller.tpl.php on line 22
',
]);
}
}