spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

Template controller ignores model configuration #199

Closed adamthehutt closed 4 years ago

adamthehutt commented 4 years ago

Similar to #198.

TemplatesController::store() makes a direct call to Template::create(), ignoring the template model specified in the configuration.

Happy to do pull requests for this kind of thing, but I'm not sure that's possible since the code is in a private repository...

freekmurze commented 4 years ago

Thanks for bringing this to my attention. If you want to fix this yourself, you can do so.

You can get access to the private mailcoach repo by clicking the "Configure GitHub access" button on this page: https://mailcoach.app/account

adamthehutt commented 4 years ago

Great, thank you. Will do!

adamthehutt commented 4 years ago

Okay, a pull request has been submitted: https://github.com/spatie/laravel-mailcoach/pull/241

freekmurze commented 4 years ago

Merged and tagged. Thanks!