From d9a43c7a1827230073cc7c3c876f366c8b7764ee Mon Sep 17 00:00:00 2001 From: Baspa Date: Tue, 24 Dec 2024 08:15:25 +0100 Subject: [PATCH] Add methods to docs --- src/Models/Mail.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Models/Mail.php b/src/Models/Mail.php index 1e8d74b..552846f 100644 --- a/src/Models/Mail.php +++ b/src/Models/Mail.php @@ -37,6 +37,13 @@ * * @method static Builder forUuid(string $uuid) * @method static Builder forMailClass(string $mailClass) + * @method static Builder|self sent() + * @method static Builder|self delivered() + * @method static Builder|self opened() + * @method static Builder|self clicked() + * @method static Builder|self softBounced() + * @method static Builder|self hardBounced() + * @method static Builder|self unsent() */ class Mail extends Model {