Skip to content

Commit a2152c2

Browse files
[12.x] Swoole proper link (#10762)
1 parent 37888f6 commit a2152c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3241,7 +3241,7 @@ defer(fn () => Metrics::reportOrder($order))->always();
32413241
```
32423242

32433243
> [!WARNING]
3244-
> 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;`
3244+
> 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;`
32453245
32463246
<a name="cancelling-deferred-functions"></a>
32473247
#### Cancelling Deferred Functions

0 commit comments

Comments
 (0)