preference = new Preferences(); } #[Route(path: '/mail', name: 'mail', methods: ['GET'])] public function mail(): Response { return $this->render('./page/mail.html.twig',[ 'css' => $this->preference->getCookie(), 'pp' => "test2", 'user' => "Doe", 'role' => "Athlète", 'friendship' => [], 'analyzes' => [], 'mails' => [], 'users' => [], 'infoUser' => [], 'exos' => [], 'member' => [] ]); } }