Skip to content

Commit

Permalink
feat: add query log methods to the DB facade (#36188)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 8, 2021
1 parent d7e3b9b commit a5e5afb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Illuminate/Support/Facades/DB.php
Expand Up @@ -24,6 +24,11 @@
* @method static int transactionLevel()
* @method static array pretend(\Closure $callback)
* @method static void listen(\Closure $callback)
* @method static void enableQueryLog()
* @method static void disableQueryLog()
* @method static bool logging()
* @method static array getQueryLog()
* @method static void flushQueryLog()
*
* @see \Illuminate\Database\DatabaseManager
* @see \Illuminate\Database\Connection
Expand Down

0 comments on commit a5e5afb

Please sign in to comment.