ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.json
3 years ago
installed.php
1 year ago
autoload_static.php
62 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'T' => |
| 11 | array ( |
| 12 | 'Tutor\\Traits\\' => 13, |
| 13 | 'Tutor\\PaymentGateways\\' => 22, |
| 14 | 'Tutor\\Models\\' => 13, |
| 15 | 'Tutor\\Helpers\\' => 14, |
| 16 | 'Tutor\\Ecommerce\\' => 16, |
| 17 | 'Tutor\\Cache\\' => 12, |
| 18 | ), |
| 19 | ); |
| 20 | |
| 21 | public static $prefixDirsPsr4 = array ( |
| 22 | 'Tutor\\Traits\\' => |
| 23 | array ( |
| 24 | 0 => __DIR__ . '/../..' . '/traits', |
| 25 | ), |
| 26 | 'Tutor\\PaymentGateways\\' => |
| 27 | array ( |
| 28 | 0 => __DIR__ . '/../..' . '/ecommerce/PaymentGateways', |
| 29 | ), |
| 30 | 'Tutor\\Models\\' => |
| 31 | array ( |
| 32 | 0 => __DIR__ . '/../..' . '/models', |
| 33 | ), |
| 34 | 'Tutor\\Helpers\\' => |
| 35 | array ( |
| 36 | 0 => __DIR__ . '/../..' . '/helpers', |
| 37 | ), |
| 38 | 'Tutor\\Ecommerce\\' => |
| 39 | array ( |
| 40 | 0 => __DIR__ . '/../..' . '/ecommerce', |
| 41 | ), |
| 42 | 'Tutor\\Cache\\' => |
| 43 | array ( |
| 44 | 0 => __DIR__ . '/../..' . '/cache', |
| 45 | ), |
| 46 | ); |
| 47 | |
| 48 | public static $classMap = array ( |
| 49 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 50 | ); |
| 51 | |
| 52 | public static function getInitializer(ClassLoader $loader) |
| 53 | { |
| 54 | return \Closure::bind(function () use ($loader) { |
| 55 | $loader->prefixLengthsPsr4 = ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca::$prefixLengthsPsr4; |
| 56 | $loader->prefixDirsPsr4 = ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca::$prefixDirsPsr4; |
| 57 | $loader->classMap = ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca::$classMap; |
| 58 | |
| 59 | }, null, ClassLoader::class); |
| 60 | } |
| 61 | } |
| 62 |