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 d7e3b9b commit a5e5afbCopy full SHA for a5e5afb
src/Illuminate/Support/Facades/DB.php
@@ -24,6 +24,11 @@
24
* @method static int transactionLevel()
25
* @method static array pretend(\Closure $callback)
26
* @method static void listen(\Closure $callback)
27
+ * @method static void enableQueryLog()
28
+ * @method static void disableQueryLog()
29
+ * @method static bool logging()
30
+ * @method static array getQueryLog()
31
+ * @method static void flushQueryLog()
32
*
33
* @see \Illuminate\Database\DatabaseManager
34
* @see \Illuminate\Database\Connection
0 commit comments