Notice: Undefined variable: namespace in C:\Apache24\htdocs\cwlms\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:\Apache24\htdocs\cwlms\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
Notice: Undefined variable: class_name in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 9
extends
Notice: Undefined variable: parent_class_name in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 9
{
Notice: Undefined variable: use_attributes in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 11
/**
* @Route("
Notice: Undefined variable: route_path in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 15
", name="
Notice: Undefined variable: route_name in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 15
")
*/
public function index(): Response
{
Notice: Undefined variable: with_template in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 20
return $this->json([
'message' => 'Welcome to your new controller!',
'path' => '
Notice: Undefined variable: relative_path in C:\Apache24\htdocs\cwlms\vendor\symfony\maker-bundle\src\Resources\skeleton\controller\Controller.tpl.php on line 27
',
]);
}
}