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 0dabf8e commit c589439Copy full SHA for c589439
src/Illuminate/Support/Facades/DB.php
@@ -103,6 +103,7 @@
103
* @method static string getTablePrefix()
104
* @method static \Illuminate\Database\Connection setTablePrefix(string $prefix)
105
* @method static \Illuminate\Database\Grammar withTablePrefix(\Illuminate\Database\Grammar $grammar)
106
+ * @method static void withoutTablePrefix(\Closure $callback)
107
* @method static string getServerVersion()
108
* @method static void resolverFor(string $driver, \Closure $callback)
109
* @method static \Closure|null getResolver(string $driver)
0 commit comments