@@ -10,7 +10,7 @@ |
||
10 | 10 | */ |
11 | 11 | protected function registerSwiftTransport() |
12 | 12 | { |
13 | - $this->app['swift.transport'] = $this->app->share(function ($app) { |
|
13 | + $this->app['swift.transport'] = $this->app->share(function($app) { |
|
14 | 14 | return new TransportManager($app); |
15 | 15 | }); |
16 | 16 | } |