site = $o->site; $this->token = $o->link_token; $this->user = $o->user; } /** * Build the message. * * @return $this */ public function build() { Config::set('site',$this->site); return $this ->markdown('email.system.social_link') ->subject('Link your Account') ->with([ 'site'=>$this->site, ]); } }