Commit 6ec427c9 by Qiang Xue

Merge pull request #2092 from kumorig/patch-2

PHPDocs: "app\models" changed to "common\models"
parents 5b3fa9f5 dcb174e3
......@@ -5,7 +5,7 @@ use yii\widgets\ActiveForm;
/**
* @var yii\web\View $this
* @var yii\widgets\ActiveForm $form
* @var app\models\LoginForm $model
* @var common\models\LoginForm $model
*/
$this->title = 'Login';
$this->params['breadcrumbs'][] = $this->title;
......
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