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

10 lines
119 B
PHP
Raw Normal View History

<?php
namespace App\Plugins\ExamplePlugin;
use App\Plugins\Hooks\PortTabHook;
class PortTab extends PortTabHook
{
}