Browse Source

Merge pull request #2095 from kumorig/patch-4

PHPDocs: "app\models" changed to "common\models"
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
4d54408419
  1. 2
      apps/advanced/frontend/views/site/login.php

2
apps/advanced/frontend/views/site/login.php

@ -5,7 +5,7 @@ use yii\widgets\ActiveForm;
/** /**
* @var yii\web\View $this * @var yii\web\View $this
* @var yii\widgets\ActiveForm $form * @var yii\widgets\ActiveForm $form
* @var app\models\LoginForm $model * @var common\models\LoginForm $model
*/ */
$this->title = 'Login'; $this->title = 'Login';
$this->params['breadcrumbs'][] = $this->title; $this->params['breadcrumbs'][] = $this->title;

Loading…
Cancel
Save