mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -62,7 +62,7 @@ class Application extends \yii\base\Application
|
||||
/**
|
||||
* The option name for specifying the application configuration file path.
|
||||
*/
|
||||
const OPTION_APPCONFIG = 'appconfig';
|
||||
public const OPTION_APPCONFIG = 'appconfig';
|
||||
|
||||
/**
|
||||
* @var string the default route of this application. Defaults to 'help',
|
||||
|
||||
Reference in New Issue
Block a user