System / OS
Light
Dark
Fixed width
Fit to window
public function index(): Response
{
dump(getenv('DATABASE_URL'));
return $this->render('under_construction/index.html.twig', [
'bodyClassName' => 'under-construction',
]);
}
false