mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Update link in Yii::powered() (#19376)
This commit is contained in:
committed by
GitHub
parent
6b84d5deed
commit
4264082499
@ -502,7 +502,7 @@ class BaseYii
|
||||
public static function powered()
|
||||
{
|
||||
return \Yii::t('yii', 'Powered by {yii}', [
|
||||
'yii' => '<a href="http://www.yiiframework.com/" rel="external">' . \Yii::t('yii',
|
||||
'yii' => '<a href="https://www.yiiframework.com/" rel="external">' . \Yii::t('yii',
|
||||
'Yii Framework') . '</a>',
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user