@@ -48,7 +48,7 @@ |
||
48 | 48 | public function register() |
49 | 49 | { |
50 | 50 | |
51 | - $this->app->singleton('mailer', function ($app) { |
|
51 | + $this->app->singleton('mailer', function($app) { |
|
52 | 52 | $this->registerSwiftMailer(); |
53 | 53 | |
54 | 54 | // Once we have create the mailer instance, we will set a container instance |