Skip to content

Commit b10ddb0

Browse files
committed
space
1 parent b1c5aea commit b10ddb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/View/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function render(string $view, array $options = null, $saveData = null): s
143143
}
144144
}
145145

146-
$view = $view . '.php';
146+
$view = $view . '.php';
147147
$file = $this->viewPath . $view;
148148

149149
if ( ! file_exists($file))

0 commit comments

Comments
 (0)