merge
This commit is contained in:
@ -3,10 +3,11 @@ namespace app\controllers;
|
||||
|
||||
use app\models\Question;
|
||||
|
||||
class QuestionController{
|
||||
public function actionCreate(): void
|
||||
|
||||
class QuestionController extends Controller{
|
||||
public function actionCreate()
|
||||
{
|
||||
require "app/views/questionCreate.php";
|
||||
echo $this->twig->render('questionCreate.html');
|
||||
}
|
||||
|
||||
public function actionGetQuestionsWithAnswers(): array
|
||||
|
Reference in New Issue
Block a user