Skip to content
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

Avoid namespace conflicts #64

Merged
merged 1 commit into from
May 21, 2020
Merged

Conversation

danielbreves
Copy link
Contributor

@danielbreves danielbreves commented May 6, 2020

We are using Laravel components/packages in a different framework. The global namespaces DB and Log cause some conflicts with our framework, so in order to use this package, we need to use Facade instead of global namespace.

The test failure doesn't seem related to this.

@mpociot mpociot merged commit 3f68947 into beyondcode:master May 21, 2020
@mpociot
Copy link
Member

mpociot commented May 21, 2020

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants