Files
mareike/app/Domains/Event/Actions/ParticipantPayment/ParticipantPaymentResponse.php

8 lines
135 B
PHP

<?php
namespace App\Domains\Event\Actions\ParticipantPayment;
class ParticipantPaymentResponse {
public bool $success = false;
}