Basic implementation event signup
This commit is contained in:
10
modules/event-participants/Controllers/class-printevents.php
Normal file
10
modules/event-participants/Controllers/class-printevents.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Bdp\Modules\EventParticipants\Controllers;
|
||||
|
||||
use Bdp\Modules\EventParticipants\Models\EventGroup;
|
||||
use Bdp\Modules\EventParticipants\Models\EventParticipant;
|
||||
class ListEventsController {
|
||||
public function __construct() {
|
||||
kompass_print_events_overview();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user