Commit 925a0c93 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлена аннотация

parent 34cdb0d8
......@@ -545,7 +545,9 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter
return (bool)static::find()->where('email = :email', [':email'=>$email])->count();
}
/**
* @param $template_id
*/
public function afterRegistration($template_id){
/** @var \DateTime $time_now */
$time_now=new \DateTime();
......
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