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 d424ce7 commit 4083fa5Copy full SHA for 4083fa5
src/Illuminate/Support/Facades/DB.php
@@ -4,6 +4,7 @@
4
5
/**
6
* @method static \Illuminate\Database\Connection connection(string|null $name = null)
7
+ * @method static \Illuminate\Database\ConnectionInterface connectUsing(string $name, array $config, bool $force = false)
8
* @method static void registerDoctrineType(string $class, string $name, string $type)
9
* @method static void purge(string|null $name = null)
10
* @method static void disconnect(string|null $name = null)
0 commit comments