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