Skip to content

Commit c5674bd

Browse files
committed
Break CS
1 parent 1b1357f commit c5674bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Connection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use MongoDB\Driver\Exception\ConnectionException;
1515
use MongoDB\Driver\Exception\RuntimeException;
1616
use MongoDB\Driver\ReadPreference;
17-
use MongoDB\Laravel\Concerns\ManagesTransactions;
1817

1918
use function filter_var;
2019
use function implode;
@@ -31,7 +30,7 @@
3130
/** @mixin Database */
3231
class Connection extends BaseConnection
3332
{
34-
use ManagesTransactions;
33+
use \MongoDB\Laravel\Concerns\ManagesTransactions;
3534

3635
private static ?string $version = null;
3736

0 commit comments

Comments
 (0)