mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
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:
parent
2e4b522c3f
commit
bff8cf2be8
@ -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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user