Commit 91dc749d authored by Ditty's avatar Ditty

Fix correct import class for DB

PR https://github.com/jenssegers/laravel-mongodb/pull/1851 had incorrect class import, we need to define correct path, see issue https://github.com/jenssegers/laravel-mongodb/issues/1868
parent 54382867
......@@ -2,7 +2,7 @@
namespace Jenssegers\Mongodb;
use DB;
use Illuminate\Support\Facades\DB;
use Illuminate\Queue\QueueServiceProvider;
use Jenssegers\Mongodb\Queue\Failed\MongoFailedJobProvider;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment