We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ab0c1 commit db293d9Copy full SHA for db293d9
src/Illuminate/Support/Facades/DB.php
@@ -108,7 +108,7 @@
108
* @method static string getServerVersion()
109
* @method static void resolverFor(string $driver, \Closure $callback)
110
* @method static \Closure|null getResolver(string $driver)
111
- * @method static mixed transaction(\Closure $callback, int $attempts = 1)
+ * @method static mixed transaction(\Closure $callback, int $attempts = 1, \Closure|null $onFailure = null)
112
* @method static void beginTransaction()
113
* @method static void commit()
114
* @method static void rollBack(int|null $toLevel = null)
0 commit comments