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