Mercurial > nebulaweb3
diff default/assets/vendors/theme-widgets/vendor/composer/autoload_static.php @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default/assets/vendors/theme-widgets/vendor/composer/autoload_static.php Sat May 31 09:21:51 2025 +0800 @@ -0,0 +1,42 @@ +<?php + +// autoload_static.php @generated by Composer + +namespace Composer\Autoload; + +class ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2 +{ + public static $prefixLengthsPsr4 = array ( + 'A' => + array ( + 'Abraham\\TwitterOAuth\\' => 21, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Abraham\\TwitterOAuth\\' => + array ( + 0 => __DIR__ . '/..' . '/abraham/twitteroauth/src', + ), + ); + + public static $prefixesPsr0 = array ( + 'M' => + array ( + 'Mute' => + array ( + 0 => __DIR__ . '/..' . '/mute/facebook/src', + ), + ), + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2::$prefixesPsr0; + + }, null, ClassLoader::class); + } +}