Fix: render is not using the defined extension.

This commit is contained in:
kj 2025-06-07 14:17:11 -03:00
parent 66b2bc0d91
commit 7169d2cae3

View File

@ -57,7 +57,7 @@ class View extends Neuron {
): void
{
$instance = new View($params);
$instance->html($viewName, $viewPath);
$instance->html($viewName, $viewPath, $extension);
}
/**