Skip to content

Commit 892f653

Browse files
committed
Acceptance: remove redundant docblock and dead attachments
1 parent ae3889c commit 892f653

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

app/Console/Commands/SendReacceptanceRequests/Candidate.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* One (user, checkoutable) re-acceptance candidate: the still-assigned item, its
1111
* holder, the quantity to carry forward, and the prior accepted acceptance(s) to
1212
* supersede.
13-
*
14-
* @property-read Collection $acceptances the prior accepted CheckoutAcceptance rows
1513
*/
1614
final readonly class Candidate
1715
{

app/Mail/ReacceptanceRequestMail.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use App\Models\User;
66
use Illuminate\Bus\Queueable;
77
use Illuminate\Mail\Mailables\Address;
8-
use Illuminate\Mail\Mailables\Attachment;
98
use Illuminate\Mail\Mailables\Content;
109
use Illuminate\Mail\Mailables\Envelope;
1110
use Illuminate\Queue\SerializesModels;
@@ -53,14 +52,4 @@ public function content(): Content
5352
]
5453
);
5554
}
56-
57-
/**
58-
* Get the attachments for the message.
59-
*
60-
* @return array<int, Attachment>
61-
*/
62-
public function attachments(): array
63-
{
64-
return [];
65-
}
6655
}

0 commit comments

Comments
 (0)