Skip to content

Commit

Permalink
Adding PHPDoc 'afterCommit' on DB Facade. (#35911)
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Jan 15, 2021
1 parent 7132ff5 commit 0076fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/DB.php
Expand Up @@ -22,6 +22,7 @@
* @method static string getDefaultConnection()
* @method static void beginTransaction()
* @method static void commit()
* @method static void afterCommit(\Closure $callback)
* @method static void listen(\Closure $callback)
* @method static void rollBack(int $toLevel = null)
* @method static void setDefaultConnection(string $name)
Expand Down

0 comments on commit 0076fc9

Please sign in to comment.