Commit dcb174e3 by kumorig

PHPDocs: "app\models" changed to "common\models"

Just a minor PHPDocs change. In the advanced application there is no such thing as "app\models".
parent 5b3fa9f5
......@@ -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