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