add_holidays
This commit is contained in:
21
backend/modules/holiday/Holiday.php
Normal file
21
backend/modules/holiday/Holiday.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace backend\modules\holiday;
|
||||
|
||||
class Holiday extends \yii\base\Module
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public $controllerNamespace = 'backend\modules\holiday\controllers';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
|
||||
// custom initialization code goes here
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user