mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 13:24:22 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
36 lines
960 B
PHP
36 lines
960 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitd7f42d05c449fdd7d2711372404f5a26
|
|
{
|
|
public static $files = array (
|
|
'f084d01b0a599f67676cffef638aa95b' => __DIR__ . '/..' . '/smarty/smarty/libs/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'T' =>
|
|
array (
|
|
'TravianZ\\' => 9,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'TravianZ\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitd7f42d05c449fdd7d2711372404f5a26::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitd7f42d05c449fdd7d2711372404f5a26::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|