backend/group-training : improve delete© week
This commit is contained in:
11
common/modules/event/models/copy/CopyWeekContext.php
Normal file
11
common/modules/event/models/copy/CopyWeekContext.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace common\modules\event\models\copy;
|
||||
|
||||
use yii\base\BaseObject;
|
||||
|
||||
class CopyWeekContext extends BaseObject
|
||||
{
|
||||
public $copyWeekForm;
|
||||
public $copyWeekFormModel;
|
||||
}
|
||||
Reference in New Issue
Block a user