11 lines
240 B
PHP
11 lines
240 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Registration Plugin Helpers
|
||
|
|
*
|
||
|
|
* Aggregates all helper modules for the registration plugin.
|
||
|
|
*/
|
||
|
|
|
||
|
|
// Include any helper modules here when they are added
|
||
|
|
// For now, the registration plugin doesn't have separate helper modules
|