File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 1010 * @method static mixed then(\Closure $destination)
1111 * @method static mixed thenReturn()
1212 * @method static \Illuminate\Pipeline\Pipeline finally(\Closure $callback)
13+ * @method static \Illuminate\Pipeline\Pipeline withinTransactions(bool $withinTransactions = true)
1314 * @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
1415 * @method static \Illuminate\Pipeline\Pipeline|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
1516 * @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