We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae5e93 commit 014ed47Copy full SHA for 014ed47
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