Skip to content

Commit

Permalink
Merge pull request #1 from Genert/patch-1
Browse files Browse the repository at this point in the history
Update DkimMailServiceProvider.php
  • Loading branch information
Vitaly Baev committed Apr 11, 2017
2 parents abe21ba + fe2472a commit 52b689f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DkimMailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public function register()
$app['view'], $app['swift.mailer'], $app['events']
);

$this->setMailerDependencies($mailer, $app);

// If a "from" address is set, we will set it on the mailer so that all mail
// messages sent by the applications will utilize the same "from" address
// on each one, which makes the developer's life a lot more convenient.
Expand All @@ -43,4 +41,4 @@ public function register()
return $mailer;
});
}
}
}

0 comments on commit 52b689f

Please sign in to comment.