From 7a3fd41afc7acffb4a8927a7d08b70d127bc18b4 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 11 Mar 2014 15:44:09 +0400 Subject: [PATCH] Fixes #2701 --- framework/web/Controller.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/web/Controller.php b/framework/web/Controller.php index 1f91fb9082..3535c0b4b6 100644 --- a/framework/web/Controller.php +++ b/framework/web/Controller.php @@ -14,9 +14,6 @@ use yii\helpers\Url; /** * Controller is the base class of web controllers. * - * @property string $canonicalUrl The canonical URL of the currently requested page. This property is - * read-only. - * * @author Qiang Xue * @since 2.0 */