Skip to content

Commit b67f1ab

Browse files
removing inexistent background and adding defer (#52764)
1 parent 1f4d69d commit b67f1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Concurrency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @method static \Illuminate\Concurrency\ConcurrencyManager extend(string $name, \Closure $callback)
1919
* @method static \Illuminate\Concurrency\ConcurrencyManager setApplication(\Illuminate\Contracts\Foundation\Application $app)
2020
* @method static array run(\Closure|array $tasks)
21-
* @method static void background(\Closure|array $tasks)
21+
* @method static \Illuminate\Foundation\Defer\DeferredCallback defer(\Closure|array $tasks)
2222
*
2323
* @see \Illuminate\Concurrency\ConcurrencyManager
2424
*/

0 commit comments

Comments
 (0)