diff --git a/src/DkimMailServiceProvider.php b/src/DkimMailServiceProvider.php index 9c64f4e..e875b2c 100644 --- a/src/DkimMailServiceProvider.php +++ b/src/DkimMailServiceProvider.php @@ -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. @@ -43,4 +41,4 @@ public function register() return $mailer; }); } -} \ No newline at end of file +}