Basic implementation of payment methods
This commit is contained in:
@@ -4,9 +4,11 @@ namespace App\Domains\Event\Actions\UpdateEvent;
|
||||
|
||||
class UpdateEventResponse {
|
||||
public bool $success;
|
||||
public string $message;
|
||||
|
||||
public function __construct() {
|
||||
$this->success = false;
|
||||
$this->message = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user