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

8 lines
161 B
PHP

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