Fix: render is not using the defined extension.
This commit is contained in:
@ -57,7 +57,7 @@ class View extends Neuron {
|
||||
): void
|
||||
{
|
||||
$instance = new View($params);
|
||||
$instance->html($viewName, $viewPath);
|
||||
$instance->html($viewName, $viewPath, $extension);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user