We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcf0e1 commit 5c7eecaCopy full SHA for 5c7eeca
1 file changed
system/View/View.php
@@ -216,7 +216,6 @@ public function render(string $view, ?array $options = null, ?bool $saveData = n
216
$this->renderVars['file'] = $this->viewPath . $this->renderVars['view'];
217
}
218
219
-
220
if (! is_file($this->renderVars['file'])) {
221
$this->renderVars['file'] = $this->loader->locateFile(
222
$this->renderVars['view'],
0 commit comments