diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php b/src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php index c87fc229a..c069780b9 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php @@ -109,8 +109,7 @@ class ControllerBase extends ControllerRoot } /** - * Construct a view to render Volt templates, eventually this should be moved to its own controller - * implementation to avoid API calls constructing components it doesn't need. + * Construct a view to render Volt templates */ public function __construct() {