-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parent::registerMarkdownRenderer(); #16
Comments
`<?php namespace Vitalybaev\LaravelDkim; use Illuminate\Mail\MailServiceProvider; class DkimMailServiceProvider extends MailServiceProvider
}` |
It's probably a better idea to rename DkimMailServiceProvider's public function register() to protected function registerIlluminateMailer() and drop the call(s) to parent for registering swiftmailer and markdown (wich are then taken care of by the parent's register() method. |
Please add to src/DkimMailServiceProvider.php
row:
parent::registerMarkdownRenderer();
It needs for support themes
The text was updated successfully, but these errors were encountered: