*/ public function toArray(Request $request): array { return [ 'Date' => $this->BIL_DATE, 'Titre' => $this->BIL_TITRE, 'Contenu' => $this->BIL_CONTENU, ]; } }