From b30711ffeef2351a62b9d0a5068e2b3c9482617b Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:45:18 +0300 Subject: [PATCH 1/2] Format the code with Pint --- mail.md | 1 - 1 file changed, 1 deletion(-) diff --git a/mail.md b/mail.md index 32b5551871c..a50b9ec4708 100644 --- a/mail.md +++ b/mail.md @@ -1088,7 +1088,6 @@ namespace App\Mail; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Mail\Mailable; -use Illuminate\Queue\SerializesModels; use Throwable; class OrderDelayed extends Mailable implements ShouldQueue From af9d9d314d7c6e21b959f2a89d84f2350650ab4b Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:06:04 +0300 Subject: [PATCH 2/2] wip --- mail.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail.md b/mail.md index a50b9ec4708..ceb50b8e42f 100644 --- a/mail.md +++ b/mail.md @@ -1088,10 +1088,13 @@ namespace App\Mail; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Mail\Mailable; +use Illuminate\Queue\SerializesModels; use Throwable; class OrderDelayed extends Mailable implements ShouldQueue { + use SerializesModels; + /** * Handle a queued email's failure. */