Files
librenms-librenms/app/Plugins/ExamplePlugin/Menu.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
120 B
PHP
Raw Normal View History

<?php
namespace App\Plugins\ExamplePlugin;
use App\Plugins\Hooks\MenuEntryHook;
class Menu extends MenuEntryHook
{
}