mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +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()
|
public static function powered()
|
||||||
{
|
{
|
||||||
return \Yii::t('yii', 'Powered by {yii}', [
|
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>',
|
'Yii Framework') . '</a>',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user