Example #1
0
 /**
  * Register the Swift Transport instance.
  *
  * @return void
  */
 protected function registerSwiftTransport()
 {
     $this->app['swift.transport'] = $this->app->share(function ($app) {
         return new TransportManager($app);
     });
 }