mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 04:10:30 +08:00
Removed re-declaration of $preload from Application
This commit is contained in:
@@ -41,7 +41,7 @@ abstract class Module extends Component
|
||||
*/
|
||||
public $params = [];
|
||||
/**
|
||||
* @var array the IDs of the components or modules that should be preloaded when this module is created.
|
||||
* @var array the IDs of the components or modules that should be preloaded right after initialization.
|
||||
*/
|
||||
public $preload = [];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user