where('email = :email', [':email' => $this->email]) ->exists()) $this->addError('email','Такой email уже есть.'); } }