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:
@ -95,7 +95,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
|
||||
/**
|
||||
* @event Event an event that is triggered when the query is initialized via [[init()]].
|
||||
*/
|
||||
const EVENT_INIT = 'init';
|
||||
public const EVENT_INIT = 'init';
|
||||
|
||||
/**
|
||||
* @var string|null the SQL statement to be executed for retrieving AR records.
|
||||
|
||||
Reference in New Issue
Block a user