mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-28 12:34:34 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -30,7 +30,7 @@ abstract class BaseMigrateController extends Controller
|
||||
/**
|
||||
* The name of the dummy migration that marks the beginning of the whole migration history.
|
||||
*/
|
||||
const BASE_MIGRATION = 'm000000_000000_base';
|
||||
public const BASE_MIGRATION = 'm000000_000000_base';
|
||||
|
||||
/**
|
||||
* @var string the default command action.
|
||||
|
||||
Reference in New Issue
Block a user