Skip to content

Commit 0076fc9

Browse files
authored
Adding PHPDoc 'afterCommit' on DB Facade. (#35911)
1 parent 7132ff5 commit 0076fc9

File tree

1 file changed

+1
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/DB.php

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* @method static string getDefaultConnection()
2323
* @method static void beginTransaction()
2424
* @method static void commit()
25+
* @method static void afterCommit(\Closure $callback)
2526
* @method static void listen(\Closure $callback)
2627
* @method static void rollBack(int $toLevel = null)
2728
* @method static void setDefaultConnection(string $name)

0 commit comments

Comments
 (0)