mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 13:17:25 +08:00
11 lines
192 B
PHP
11 lines
192 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_namespaces.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(__DIR__);
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'Twig_' => array($vendorDir . '/twig/twig/lib'),
|
||
|
);
|