10 lines
234 B
PHP
10 lines
234 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Logs plugin helper aggregator.
|
||
|
|
*
|
||
|
|
* Bootstrap includes this file once so that all helper modules under helpers/
|
||
|
|
* are loaded consistently with other plugins.
|
||
|
|
*/
|
||
|
|
|
||
|
|
require_once __DIR__ . '/helpers/logs_view_helper.php';
|