Exemple #1
0
 protected function swapMail()
 {
     Mail::swap($this);
     app()->instance(Mailer::class, $this);
 }