kompass/modules/event-participants/Controllers/class-newevent.php
2024-05-31 22:47:04 +02:00

9 lines
156 B
PHP

<?php
namespace Bdp\Modules\EventParticipants\Controllers;
class NewEvent {
public function __construct() {
kompass_print_event_edit_form();
}
}