From bb64435bf611c2e9e8ee7503283182b3df159bad Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:15:35 +0300 Subject: [PATCH] Add proper link --- queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.md b/queues.md index d4849f8b38..066379a667 100644 --- a/queues.md +++ b/queues.md @@ -256,7 +256,7 @@ public function __construct( } ``` -If you are using PHP constructor property promotion and would like to indicate that an Eloquent model should not have its relations serialized, you may use the `WithoutRelations` attribute: +If you are using [PHP constructor property promotion](https://www.php.net/manual/en/language.oop5.decon.php#language.oop5.decon.constructor.promotion) and would like to indicate that an Eloquent model should not have its relations serialized, you may use the `WithoutRelations` attribute: ```php use Illuminate\Queue\Attributes\WithoutRelations;