add admin timetable
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace common\modules\event\models\timetable;
|
||||
|
||||
use common\models\Event;
|
||||
|
||||
/**
|
||||
* Class TimeTableMonthDayEvent
|
||||
* @property Event $event
|
||||
*/
|
||||
class TimeTableMonthDayEvent
|
||||
{
|
||||
public $event;
|
||||
}
|
||||
Reference in New Issue
Block a user