kompass/modules/event-participants/Controllers/class-newevent.php

9 lines
156 B
PHP
Raw Permalink Normal View History

2024-05-27 16:59:30 +02:00
<?php
namespace Bdp\Modules\EventParticipants\Controllers;
class NewEvent {
public function __construct() {
kompass_print_event_edit_form();
}
}