mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 21:34:22 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
11 lines
189 B
PHP
11 lines
189 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'TravianZ\\' => array($baseDir . '/src'),
|
|
);
|