gc = new Gestionconfiee(); } public function index() { $gcs = $this->gc->getGcAssureursInactifs(); $this->genererVueAjax(array( 'gcs' => $gcs )); } }