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
This commit is contained in:
iopietro
2018-09-16 17:22:39 +02:00
parent f032523e1c
commit 62d6e19ee9
3503 changed files with 90956 additions and 35819 deletions
+35
View File
@@ -0,0 +1,35 @@
<?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);
}
}