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