You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems the issue #18 not resolve,
Can we re-open it 🙏 ?
I've write a comment on #18 but in case you don't see it because it's closed issue:
Hello, I think this issue #18 have to be re-open :/
There is a helper resolve() in .../laravel/framework/src/Illuminate/Foundation/helpers.php who conflict with yours even in a namespace :/
I have the hoa/protocol version "1.17.01.14".
hoa helper: vendor/hoa/protocol/Wrapper.php
illuminate helper: vendor/laravel/framework/src/Illuminate/Foundation/helpers.php
The problem don't come from my code but from the package hyn/multi-tenant who use the resolve helper in the Laravel way. You can see it here:
vendor/hyn/multi-tenant/src/Providers/Tenants/QueueProvider.php
Seems the issue #18 not resolve,
Can we re-open it 🙏 ?
I've write a comment on #18 but in case you don't see it because it's closed issue:
Hello, I think this issue #18 have to be re-open :/
There is a helper resolve() in .../laravel/framework/src/Illuminate/Foundation/helpers.php who conflict with yours even in a namespace :/
I have the hoa/protocol version "1.17.01.14".
hoa helper: vendor/hoa/protocol/Wrapper.php
illuminate helper: vendor/laravel/framework/src/Illuminate/Foundation/helpers.php
The problem don't come from my code but from the package hyn/multi-tenant who use the resolve helper in the Laravel way. You can see it here:
vendor/hyn/multi-tenant/src/Providers/Tenants/QueueProvider.php
What can I do to patch it?