Completed
Branch dev (1dd6a9)
by Shingo
02:20
created
Category
src/MailServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.