Skip to content

Commit 740a438

Browse files
authored
Fix typo in Twig class name
1 parent 0273453 commit 740a438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/View.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function renderTemplate($template, $args = [])
4444
static $twig = null;
4545

4646
if ($twig === null) {
47-
$loader = new \Twig\Loader\Filesystemloader(dirname(__DIR__) . '/App/Views');
47+
$loader = new \Twig\Loader\FilesystemLoader(dirname(__DIR__) . '/App/Views');
4848
$twig = new \Twig\Environment($loader);
4949
}
5050

0 commit comments

Comments
 (0)