Skip to content

Commit

Permalink
Update DkimMailServiceProvider.php
Browse files Browse the repository at this point in the history
This will make it work with latest Laravel version.
  • Loading branch information
Genert Org authored Apr 11, 2017
1 parent abe21ba commit fe2472a
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 fe2472a

Please sign in to comment.