Ejemplo n.º 1
0
 /**
  * Get the Swift Mailer instance.
  *
  * @return \Swift_Mailer 
  * @static 
  */
 public static function getSwiftMailer()
 {
     //Method inherited from \Illuminate\Mail\Mailer
     return \October\Rain\Mail\Mailer::getSwiftMailer();
 }