Files
TravianZ/vendor/composer/autoload_static.php
T
iopietro 62d6e19ee9 The first release of the refactored version
It's still a work in progress, there are a lot of things that will
change in the final release
2018-09-16 17:22:39 +02:00

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);
}
}