Commit b2c44c46 by Johnny Theill

Minor typo

parent e93c313a
......@@ -3,7 +3,7 @@ use yii\helpers\Html;
/**
* @var yii\web\View $this
* @var common\models\User $user;
* @var common\models\User $user
*/
$resetLink = Yii::$app->urlManager->createAbsoluteUrl('site/reset-password', ['token' => $user->password_reset_token]);
......
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