Skip to content

Commit 5d53fff

Browse files
Apply PHP CS fixes
1 parent c5674bd commit 5d53fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Connection.php

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

1819
use function filter_var;
1920
use function implode;
@@ -30,7 +31,7 @@
3031
/** @mixin Database */
3132
class Connection extends BaseConnection
3233
{
33-
use \MongoDB\Laravel\Concerns\ManagesTransactions;
34+
use ManagesTransactions;
3435

3536
private static ?string $version = null;
3637

0 commit comments

Comments
 (0)