We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd6ba65 + 3481baa commit a83132fCopy full SHA for a83132f
src/Mvc/Views/Markdown.php
@@ -45,7 +45,6 @@ public function render( array $Data ): string
45
$Path = "$BasePath/resources/views";
46
}
47
48
- $cwd = getcwd();
49
$ControllerPath = "$Path/{$this->getController()}";
50
$View = $this->findMarkdownFile( $ControllerPath, $this->getPage() );
51
versionlog.md
@@ -1,4 +1,4 @@
1
-## 0.6.34
+## 0.6.34 2025-08-04
2
3
* Added file based view caching.
4
0 commit comments