Files
le-matelot/local/modules/Contest/Controller/QuestionController.php
2020-01-27 08:56:08 +01:00

18 lines
370 B
PHP

<?php
/**
* This class has been generated by TheliaStudio
* For more information, see https://github.com/thelia-modules/TheliaStudio
*/
namespace Contest\Controller;
use Contest\Controller\Base\QuestionController as BaseQuestionController;
/**
* Class QuestionController
* @package Contest\Controller
*/
class QuestionController extends BaseQuestionController
{
}