mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-04-13 18:19:29 +03:00
4 lines
84 B
PHP
4 lines
84 B
PHP
<?php
|
|
|
|
$base = __DIR__ . "/../../src";
|
|
$loader = new \Handlebars\Autoloader($base);
|