51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8dab3547849c97a9298bf7cb711c8367
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Smartsupp\\LiveChat\\' => 19,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Smartsupp\\LiveChat\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'S' =>
|
|
array (
|
|
'Smartsupp' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/smartsupp/chat-code-generator/src',
|
|
1 => __DIR__ . '/..' . '/smartsupp/php-partner-client/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'SmartsuppAuthApi' => __DIR__ . '/../..' . '/classes/Auth/Api.php',
|
|
'SmartsuppAuthCurlRequest' => __DIR__ . '/../..' . '/classes/Auth/Request/CurlRequest.php',
|
|
'SmartsuppAuthHttpRequest' => __DIR__ . '/../..' . '/classes/Auth/Request/HttpRequest.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8dab3547849c97a9298bf7cb711c8367::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit8dab3547849c97a9298bf7cb711c8367::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit8dab3547849c97a9298bf7cb711c8367::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit8dab3547849c97a9298bf7cb711c8367::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|