update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit8dab3547849c97a9298bf7cb711c8367
|
||||
class ComposerStaticInit99ce7f53aeb8a13d0239412668564219
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'S' =>
|
||||
@@ -32,18 +32,16 @@ class ComposerStaticInit8dab3547849c97a9298bf7cb711c8367
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'SmartsuppAuthApi' => __DIR__ . '/../..' . '/classes/Auth/Api.php',
|
||||
'SmartsuppAuthCurlRequest' => __DIR__ . '/../..' . '/classes/Auth/Request/CurlRequest.php',
|
||||
'SmartsuppAuthHttpRequest' => __DIR__ . '/../..' . '/classes/Auth/Request/HttpRequest.php',
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.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;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit99ce7f53aeb8a13d0239412668564219::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit99ce7f53aeb8a13d0239412668564219::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInit99ce7f53aeb8a13d0239412668564219::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInit99ce7f53aeb8a13d0239412668564219::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user