mvc: move Volt template from Mvc\Controller to Base\ControllerBase which is only used for ui pages. [2]

fix a comment
This commit is contained in:
Ad Schellevis 2025-01-07 13:00:19 +01:00
parent 2e4b522c3f
commit bff8cf2be8

View File

@ -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()
{