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 c5674bd commit 5d53fffCopy full SHA for 5d53fff
src/Connection.php
@@ -14,6 +14,7 @@
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;
@@ -30,7 +31,7 @@
30
31
/** @mixin Database */
32
class Connection extends BaseConnection
33
{
- use \MongoDB\Laravel\Concerns\ManagesTransactions;
34
+ use ManagesTransactions;
35
36
private static ?string $version = null;
37
0 commit comments