mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 20:06:19 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -78,7 +78,7 @@ class MigrateController extends BaseMigrateController
|
||||
* Maximum length of a migration name.
|
||||
* @since 2.0.13
|
||||
*/
|
||||
const MAX_NAME_LENGTH = 180;
|
||||
public const MAX_NAME_LENGTH = 180;
|
||||
|
||||
/**
|
||||
* @var string the name of the table for keeping applied migration information.
|
||||
|
||||
Reference in New Issue
Block a user