We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1357f commit c5674bdCopy full SHA for c5674bd
src/Connection.php
@@ -14,7 +14,6 @@
14
use MongoDB\Driver\Exception\ConnectionException;
15
use MongoDB\Driver\Exception\RuntimeException;
16
use MongoDB\Driver\ReadPreference;
17
-use MongoDB\Laravel\Concerns\ManagesTransactions;
18
19
use function filter_var;
20
use function implode;
@@ -31,7 +30,7 @@
31
30
/** @mixin Database */
32
class Connection extends BaseConnection
33
{
34
- use ManagesTransactions;
+ use \MongoDB\Laravel\Concerns\ManagesTransactions;
35
36
private static ?string $version = null;
37
0 commit comments