diff --git a/helpers.md b/helpers.md index e31bfd77ca..4715894ba6 100644 --- a/helpers.md +++ b/helpers.md @@ -3241,7 +3241,7 @@ defer(fn () => Metrics::reportOrder($order))->always(); ``` > [!WARNING] -> If you have the **swoole** PHP extension installed, Laravel's `defer` function may conflict with Swoole's own global `defer` function, leading to web server errors. Make sure you call Laravel's `defer` helper by explicitly namespacing it: `use function Illuminate\Support\defer;` +> If you have the [Swoole PHP extension](https://www.php.net/manual/en/book.swoole.php) installed, Laravel's `defer` function may conflict with Swoole's own global `defer` function, leading to web server errors. Make sure you call Laravel's `defer` helper by explicitly namespacing it: `use function Illuminate\Support\defer;` #### Cancelling Deferred Functions