Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Laravel 6 support #1

Open
mariopro opened this issue Sep 9, 2019 · 1 comment
Open

Laravel 6 support #1

mariopro opened this issue Sep 9, 2019 · 1 comment

Comments

@mariopro
Copy link

mariopro commented Sep 9, 2019

Issue found in:
MessageServiceProvider.php line 67 resulting in error: Class '\Intervention\Message\MessageServiceProviderLaravel6' not found.

Source for the issue located in MessageServiceProvider.php:

$version = intval($app::VERSION);
$provider = sprintf(
'\Intervention\Message\MessageServiceProviderLaravel%d', $version
);

@mariopro
Copy link
Author

Same issue found when upgrading to Laravel 6.4.

Is there any scheduled fix for this issue?

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant