Немного приемственности в именовании сущностей

This commit is contained in:
ErickSkrauch
2016-05-10 23:28:04 +03:00
parent c6547b6540
commit 15922ba02e
5 changed files with 7 additions and 7 deletions

View File

@@ -22,6 +22,6 @@ return [
'key' => 'H25HBDCHHAG2HGHGHS',
'account_id' => 6,
'type' => \common\models\EmailActivation::TYPE_FORGOT_PASSWORD_KEY,
'created_at' => time() - (new \common\models\confirmations\RecoverPassword())->repeatTimeout - 10,
'created_at' => time() - (new \common\models\confirmations\ForgotPassword())->repeatTimeout - 10,
],
];