mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 17:48:15 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -20,7 +20,7 @@ class Link extends BaseObject
|
||||
/**
|
||||
* The self link.
|
||||
*/
|
||||
const REL_SELF = 'self';
|
||||
public const REL_SELF = 'self';
|
||||
|
||||
/**
|
||||
* @var string a URI [RFC3986](https://tools.ietf.org/html/rfc3986) or
|
||||
|
||||
Reference in New Issue
Block a user