Skip to content

Commit 2d965a7

Browse files
committed
Fixed typo
1 parent 63584e6 commit 2d965a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function render($view, $args = [])
2222
{
2323
extract($args, EXTR_SKIP);
2424

25-
$file = dirname(__DIR__) . "/App/Views/$view"); // relative to Core directory
25+
$file = dirname(__DIR__) . "/App/Views/$view"; // relative to Core directory
2626

2727
if (is_readable($file)) {
2828
require $file;

0 commit comments

Comments
 (0)