9 lines
156 B
PHP
9 lines
156 B
PHP
<?php
|
|
namespace Bdp\Modules\EventParticipants\Controllers;
|
|
|
|
class NewEvent {
|
|
public function __construct() {
|
|
kompass_print_event_edit_form();
|
|
|
|
}
|
|
} |