IndexController.php 163 B
<?php
namespace seance\controller;
use seance\reponse\CQuestion1;
class IndexController
{
public static function test(){
new CQuestion1();
}
}
<?php
namespace seance\controller;
use seance\reponse\CQuestion1;
class IndexController
{
public static function test(){
new CQuestion1();
}
}