We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7132ff5 commit 0076fc9Copy full SHA for 0076fc9
src/Illuminate/Support/Facades/DB.php
@@ -22,6 +22,7 @@
22
* @method static string getDefaultConnection()
23
* @method static void beginTransaction()
24
* @method static void commit()
25
+ * @method static void afterCommit(\Closure $callback)
26
* @method static void listen(\Closure $callback)
27
* @method static void rollBack(int $toLevel = null)
28
* @method static void setDefaultConnection(string $name)
0 commit comments