Skip to content

Commit 45e5ba2

Browse files
Use FQCN for @mixin annotation for consistency (#56811)
1 parent aa88cac commit 45e5ba2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Illuminate/Database/Concerns/ManagesTransactions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
namespace Illuminate\Database\Concerns;
44

55
use Closure;
6-
use Illuminate\Database\Connection;
76
use Illuminate\Database\DeadlockException;
87
use RuntimeException;
98
use Throwable;
109

1110
/**
12-
* @mixin Connection
11+
* @mixin \Illuminate\Database\Connection
1312
*/
1413
trait ManagesTransactions
1514
{

0 commit comments

Comments
 (0)