diff --git a/app/Http/Controllers/Device/Tabs/PortsController.php b/app/Http/Controllers/Device/Tabs/PortsController.php index 136e0fc972fc70581f42ee828d89cbc939b7d8dd..d06fe1b0fc58320b5bb13fe2a6e9a4b3a6eb9f6c 100644 --- a/app/Http/Controllers/Device/Tabs/PortsController.php +++ b/app/Http/Controllers/Device/Tabs/PortsController.php @@ -41,6 +41,7 @@ use Illuminate\Support\Collection; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Validator; use LibreNMS\Interfaces\UI\DeviceTab; + use function request; class PortsController implements DeviceTab