add admin timetable
This commit is contained in:
13
common/modules/event/models/timetable/TimeTableModel.php
Normal file
13
common/modules/event/models/timetable/TimeTableModel.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace common\modules\event\models\timetable;
|
||||
use yii\base\Model;
|
||||
|
||||
/**
|
||||
* Class TimeTableModel
|
||||
* @property TimeTableMonth $timeTableMonth
|
||||
*/
|
||||
class TimeTableModel extends Model
|
||||
{
|
||||
public $timeTableMonth;
|
||||
}
|
||||
Reference in New Issue
Block a user