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.
1 parent 63584e6 commit 2d965a7Copy full SHA for 2d965a7
Core/View.php
@@ -22,7 +22,7 @@ public static function render($view, $args = [])
22
{
23
extract($args, EXTR_SKIP);
24
25
- $file = dirname(__DIR__) . "/App/Views/$view"); // relative to Core directory
+ $file = dirname(__DIR__) . "/App/Views/$view"; // relative to Core directory
26
27
if (is_readable($file)) {
28
require $file;
0 commit comments