Skip to content

[fix] Correct import class for DB in Queue #1968

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

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

divine
Copy link
Contributor

@divine divine commented Feb 23, 2020

PR #1851 had incorrect class import, we need to define correct path use Illuminate\Support\Facades\DB; instead of use DB;

Closes #1868

PR mongodb#1851 had incorrect class import, we need to define correct path, see issue mongodb#1868
@divine divine mentioned this pull request Feb 23, 2020
@divine divine requested a review from Smolevich February 23, 2020 16:15
@Smolevich Smolevich merged commit 2bc3b48 into mongodb:master Feb 24, 2020
@divine divine deleted the fix_db_class_import branch February 24, 2020 16:26
mnphpexpert added a commit to mnphpexpert/laravel-mongodb that referenced this pull request Sep 2, 2024
[fix] Correct import class for DB in Queue
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.

Import issue with Facade
2 participants