garant/Controleur/ControleurAjaxmessagerienew.php
2025-12-01 19:18:15 +00:00

16 lines
257 B
PHP

<?php
require_once 'Framework/Controleur.php';
class ControleurAjaxmessagerienew extends Controleur
{
private $messagerie;
public function __construct() {
}
public function index()
{
$this->genererVueAjax();
}
}