*/ public function toArray(Request $request): array { return [ 'id' => $this->getKey(), 'nom' => $this->name, 'email' => $this->email, ]; } }