Commit 0442fcee by Alexander Makarov

Fixed typo

parent 34be99fc
......@@ -62,7 +62,7 @@ use yii\helpers\Url;
echo Url::to('');
// same controller, different action
// /index.php?r=management/default/view&id=contact
// /index.php?r=management/default/page&id=contact
echo Url::toRoute(['page', 'id' => 'contact']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment