Completed
Branch 5.2 (1c2b9c)
by Shingo
07:03 queued 05:10
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.