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

11 lines
214 B
PHP
Raw Normal View History

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