add_holidays
This commit is contained in:
11
backend/modules/holiday/models/Holiday.php
Normal file
11
backend/modules/holiday/models/Holiday.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace backend\modules\holiday\models;
|
||||
|
||||
class Holiday extends \common\models\Holiday
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user