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