8 lines
135 B
PHP
8 lines
135 B
PHP
<?php
|
|
|
|
namespace App\Domains\Event\Actions\ParticipantPayment;
|
|
|
|
class ParticipantPaymentResponse {
|
|
public bool $success = false;
|
|
}
|