societeuser = new Societeuser(); } public function index() { $textes = $this->societeuser->getTexteFacturationGarant(); $this->genererVueAjax(array( 'textes' => $textes )); } }