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