Completed
Push — dev ( 6839e1...e0d2b1 )
by Shingo
04:39
created
src/SendgridTransportServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
      */
17 17
     public function register()
18 18
     {
19
-        $this->app->afterResolving(MailManager::class, function ($mail_manager) {
19
+        $this->app->afterResolving(MailManager::class, function($mail_manager) {
20 20
             /** @var $mail_manager MailManager */
21
-            $mail_manager->extend("sendgrid", function($config){
21
+            $mail_manager->extend("sendgrid", function($config) {
22 22
                 $client = new HttpClient(Arr::get($config, 'guzzle', []));
23 23
                 $endpoint = isset($config['endpoint']) ? $config['endpoint'] : null;
24 24
 
Please login to merge, or discard this patch.