From 7f1281653ac5acac0c1bbdd9ad62a7b0c792c117 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Tue, 27 Mar 2018 19:47:33 +0200 Subject: [PATCH] fix missing dependecy in service controller; closes #633 --- .../mvc/app/controllers/OPNsense/CICAP/Api/ServiceController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/c-icap/src/opnsense/mvc/app/controllers/OPNsense/CICAP/Api/ServiceController.php b/www/c-icap/src/opnsense/mvc/app/controllers/OPNsense/CICAP/Api/ServiceController.php index 7df8bf21a..93fcb719a 100644 --- a/www/c-icap/src/opnsense/mvc/app/controllers/OPNsense/CICAP/Api/ServiceController.php +++ b/www/c-icap/src/opnsense/mvc/app/controllers/OPNsense/CICAP/Api/ServiceController.php @@ -30,6 +30,7 @@ namespace OPNsense\CICAP\Api; use OPNsense\Base\ApiMutableServiceControllerBase; use OPNsense\Core\Backend; +use OPNsense\CICAP\General; /** * Class ServiceController