public function __construct(Mailer $mailer, Encrypter $encrypter)
 {
     parent::__construct($mailer);
     $this->encrypter = $encrypter;
     $this->mailer = $mailer;
 }