Teilnahmerechnungen erstellen
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\ParticipantInvoice\Actions\CreateParticipantInvoice;
|
||||
|
||||
use App\Models\EventParticipant;
|
||||
|
||||
class CreateParticipantInvoiceRequest
|
||||
{
|
||||
public function __construct(
|
||||
public readonly EventParticipant $participant,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user