add module test task
This commit is contained in:
8
backend/modules/test/models/TestTask.php
Normal file
8
backend/modules/test/models/TestTask.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace backend\modules\test\models;
|
||||
|
||||
class TestTask extends \common\models\TestTask
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user