diff --git a/framework/helpers/BaseUrl.php b/framework/helpers/BaseUrl.php index a222a8f147..df4ae8b49f 100644 --- a/framework/helpers/BaseUrl.php +++ b/framework/helpers/BaseUrl.php @@ -22,6 +22,7 @@ class BaseUrl { /** * @var \yii\web\UrlManager URL manager to use for creating URLs + * @since 2.0.8 */ public static $urlManager;