$user->first_name, 'nom' => $user->last_name, 'societe' => $user->society, 'email' => $user->email, ] : false; } public static function getUser($id) { return Customers::get($id); } public function envelope() { return new Envelope( from: new Address('boutique@jardinenvie.com', 'Jardin\'en\'Vie'), subject: $this->subject, ); } }