File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
* @method static mixed then(\Closure $destination)
11
11
* @method static mixed thenReturn()
12
12
* @method static \Illuminate\Pipeline\Pipeline finally(\Closure $callback)
13
- * @method static \Illuminate\Pipeline\Pipeline withinTransactions (bool $withinTransactions = true)
13
+ * @method static \Illuminate\Pipeline\Pipeline withinTransaction (bool $withinTransaction = true)
14
14
* @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
15
15
* @method static \Illuminate\Pipeline\Pipeline|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
16
16
* @method static \Illuminate\Pipeline\Pipeline|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
You can’t perform that action at this time.
0 commit comments