改名
This commit is contained in:
@@ -136,13 +136,13 @@ class Application extends BaseApplication
|
||||
$this->debug('scan system files...');
|
||||
|
||||
$annotation = Snowflake::app()->getAttributes();
|
||||
$annotation->readControllers(__DIR__ . '/../Console/', 'Console', 'system');
|
||||
$annotation->readControllers(__DIR__ . '/../Database/', 'Database', 'system');
|
||||
$annotation->readControllers(__DIR__ . '/../Gii/', 'Gii', 'system');
|
||||
$annotation->readControllers(__DIR__ . '/../HttpServer/', 'HttpServer', 'system');
|
||||
$annotation->readControllers(__DIR__ . '/../Kafka/', 'Kafka', 'system');
|
||||
$annotation->readControllers(__DIR__ . '/../System/', 'Snowflake', 'system');
|
||||
$annotation->readControllers(__DIR__ . '/../Validator/', 'Validator', 'system');
|
||||
$annotation->read(__DIR__ . '/../Console/', 'Console', 'system');
|
||||
$annotation->read(__DIR__ . '/../Database/', 'Database', 'system');
|
||||
$annotation->read(__DIR__ . '/../Gii/', 'Gii', 'system');
|
||||
$annotation->read(__DIR__ . '/../HttpServer/', 'HttpServer', 'system');
|
||||
$annotation->read(__DIR__ . '/../Kafka/', 'Kafka', 'system');
|
||||
$annotation->read(__DIR__ . '/../System/', 'Snowflake', 'system');
|
||||
$annotation->read(__DIR__ . '/../Validator/', 'Validator', 'system');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user