Skip to content

Commit

Permalink
Merge pull request #1968 from divine/fix_db_class_import
Browse files Browse the repository at this point in the history
[fix] Correct import class for DB in Queue
  • Loading branch information
Smolevich committed Feb 24, 2020
2 parents 5438286 + 91dc749 commit 2bc3b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jenssegers/Mongodb/MongodbQueueServiceProvider.php
Expand Up @@ -2,7 +2,7 @@

namespace Jenssegers\Mongodb;

use DB;
use Illuminate\Support\Facades\DB;
use Illuminate\Queue\QueueServiceProvider;
use Jenssegers\Mongodb\Queue\Failed\MongoFailedJobProvider;

Expand Down

0 comments on commit 2bc3b48

Please sign in to comment.