Skip to content

Commit 5e5bad0

Browse files
authored
Fix DB::getPdo() docblock (#44403)
1 parent b89f0d9 commit 5e5bad0

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/DB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Illuminate\Support\Facades;
44

55
/**
6-
* @method static \Doctrine\DBAL\Driver\PDOConnection getPdo()
6+
* @method static \PDO getPdo()
77
* @method static \Illuminate\Database\ConnectionInterface connection(string $name = null)
88
* @method static \Illuminate\Database\Query\Builder table(string $table, string $as = null)
99
* @method static \Illuminate\Database\Query\Builder query()

0 commit comments

Comments
 (0)