mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-21 14:37:21 +01:00
property codestyle framework
This commit is contained in:
@@ -106,6 +106,7 @@ class Module extends ServiceLocator
|
||||
* [[Controller::defaultAction]].
|
||||
*/
|
||||
public $defaultRoute = 'default';
|
||||
|
||||
/**
|
||||
* @var string the root directory of the module.
|
||||
*/
|
||||
@@ -127,6 +128,7 @@ class Module extends ServiceLocator
|
||||
*/
|
||||
private static $_instances = [];
|
||||
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
* @param string $id the ID of this module
|
||||
|
||||
Reference in New Issue
Block a user