forgot to change twig's path

This commit is contained in:
Bryan Joshua Pedini 2021-01-04 12:25:37 +01:00
parent 12e62f64d7
commit ffd2e77e31
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
class composer_modules {
private const modules = [
"twig" => __DIR__."/../../vendor/autoload.php",
"twig" => __DIR__."/twig/vendor/autoload.php",
];
private static function load_module(string $module):void {