This commit is contained in:
Gogs
2021-06-16 22:11:21 +02:00
parent e4373729c5
commit 80b4516de4
17 changed files with 413 additions and 374 deletions
+8 -8
View File
@@ -5,13 +5,13 @@ use BackendMenu;
class ExamMemberRankQuestion extends Controller
{
public $implement = [ 'Backend\Behaviors\ListController', 'Backend\Behaviors\FormController' ];
public $listConfig = 'config_list.yaml';
public $formConfig = 'config_form.yaml';
public $implement = ['Backend\Behaviors\ListController', 'Backend\Behaviors\FormController'];
public function __construct()
{
parent::__construct();
}
public $listConfig = 'config_list.yaml';
public $formConfig = 'config_form.yaml';
public function __construct()
{
parent::__construct();
}
}