Skip to content

Commit e49229e

Browse files
feat:[lar-152] remove attachment function and refactor php doc variable
1 parent 8892e5e commit e49229e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/Listeners/SendPaymentNotification.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public function handle(SponsoringPaymentInitialize $event): void
1818
{
1919
/**
2020
* @var array $merchant
21-
* - 'email' (string)
22-
* - 'name' (string)
2321
*/
2422
$merchant = $event->transaction->getMetadata('merchant');
2523

app/Mail/SendSponsorThanksMail.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ public function content(): Content
3232
],
3333
);
3434
}
35-
36-
public function attachments(): array
37-
{
38-
return [];
39-
}
4035
}

0 commit comments

Comments
 (0)