Upload files to 'user'

This commit is contained in:
2022-09-24 06:29:00 +00:00
parent a1ff8c5171
commit de5d945f2e
57 changed files with 10608 additions and 0 deletions

31
user/autoload_static.php Normal file
View File

@ -0,0 +1,31 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitb527cf0f410cc8001ea07d072eb1427c
{
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'SteppingHat\\EmojiDetector\\' => 26,
),
);
public static $prefixDirsPsr4 = array (
'SteppingHat\\EmojiDetector\\' =>
array (
0 => __DIR__ . '/..' . '/steppinghat/emoji-detector/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb527cf0f410cc8001ea07d072eb1427c::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb527cf0f410cc8001ea07d072eb1427c::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}