Skip to content

Commit

Permalink
[11.x] Fixes defer() function return type (laravel#52910)
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir authored Sep 24, 2024
1 parent 81dde57 commit b17b2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function decrypt($value, $unserialize = true)
* @param callable|null $callback
* @param string|null $name
* @param bool $always
* @return \Illuminate\Foundation\Defer\DeferredCallback
* @return \Illuminate\Support\Defer\DeferredCallback
*/
function defer(?callable $callback = null, ?string $name = null, bool $always = false)
{
Expand Down

0 comments on commit b17b2bd

Please sign in to comment.