- Response
-
200
OK
- IP
-
43.159.135.203
- Profiled on
- Token
- 162d03
Dumped Contents
In
PgautierController.php
line 20:
#[Route('/', name: 'PG_index')]
public function PG_index(): Response
{
dump("PG_index");
return $this->render('pgautier/index.html.twig', [
'controller_name' => 'PG_index',
]);
"PG_index"