filename = $filename; $this->repo = $repo; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('mail.payment.payment') ->attach($this->filename) ->replyTo('kasse@stamm-silva.de') ->subject('Jahresrechnung | DPSG Stamm Silva'); } }