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 b89f0d9 commit 5e5bad0Copy full SHA for 5e5bad0
src/Illuminate/Support/Facades/DB.php
@@ -3,7 +3,7 @@
3
namespace Illuminate\Support\Facades;
4
5
/**
6
- * @method static \Doctrine\DBAL\Driver\PDOConnection getPdo()
+ * @method static \PDO getPdo()
7
* @method static \Illuminate\Database\ConnectionInterface connection(string $name = null)
8
* @method static \Illuminate\Database\Query\Builder table(string $table, string $as = null)
9
* @method static \Illuminate\Database\Query\Builder query()
0 commit comments