Closed Erth0 closed 11 months ago
I have the same issue.
I've added this static function to vendor\beyondcode\helo-laravel\src\Laravel7Mailer.php
and it solved my problem.
/**
* Void function, bug fix for BeyondCode Hello
*/
public static function extend()
{
}
Yeah i did this as well but the issue is when this will be update will be overridden. Probably the best way is to be fixed by Marcel.
Yeah i did this as well but the issue is when this will be update will be overridden. Probably the best way is to be fixed by Marcel.
True :)
I have the same issue using PostmarkServiceProvider
Trying to install laravel-postmark whilst Helo is installed and getting the same issue
Getting this issue when installing this package or when requiring
therobfonz/laravel-mandrill-driver
It seems like there is something wrong when this 2 need to be installed. Anyone else has come to this issue before?