Skip to content
Snippets Groups Projects
IndexController.php 163 B
<?php

namespace seance\controller;

use seance\reponse\CQuestion1;

class IndexController
{

    public static function test(){
        new CQuestion1();
    }

}