Achievement model. Achievement CRUD pages. Achievements at sidebar
This commit is contained in:
24
backend/modules/achievements/Achievements.php
Executable file
24
backend/modules/achievements/Achievements.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace backend\modules\achievements;
|
||||
|
||||
/**
|
||||
* achievement module definition class
|
||||
*/
|
||||
class Achievements extends \yii\base\Module
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public $controllerNamespace = 'backend\modules\achievements\controllers';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
|
||||
// custom initialization code goes here
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user