ClassLoader.php
1 year 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
67 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 | 'TUTOR\\' => 6, |
| 19 | ), |
| 20 | ); |
| 21 | |
| 22 | public static $prefixDirsPsr4 = array ( |
| 23 | 'Tutor\\Traits\\' => |
| 24 | array ( |
| 25 | 0 => __DIR__ . '/../..' . '/traits', |
| 26 | ), |
| 27 | 'Tutor\\PaymentGateways\\' => |
| 28 | array ( |
| 29 | 0 => __DIR__ . '/../..' . '/ecommerce/PaymentGateways', |
| 30 | ), |
| 31 | 'Tutor\\Models\\' => |
| 32 | array ( |
| 33 | 0 => __DIR__ . '/../..' . '/models', |
| 34 | ), |
| 35 | 'Tutor\\Helpers\\' => |
| 36 | array ( |
| 37 | 0 => __DIR__ . '/../..' . '/helpers', |
| 38 | ), |
| 39 | 'Tutor\\Ecommerce\\' => |
| 40 | array ( |
| 41 | 0 => __DIR__ . '/../..' . '/ecommerce', |
| 42 | ), |
| 43 | 'Tutor\\Cache\\' => |
| 44 | array ( |
| 45 | 0 => __DIR__ . '/../..' . '/cache', |
| 46 | ), |
| 47 | 'TUTOR\\' => |
| 48 | array ( |
| 49 | 0 => __DIR__ . '/../..' . '/classes', |
| 50 | ), |
| 51 | ); |
| 52 | |
| 53 | public static $classMap = array ( |
| 54 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 55 | ); |
| 56 | |
| 57 | public static function getInitializer(ClassLoader $loader) |
| 58 | { |
| 59 | return \Closure::bind(function () use ($loader) { |
| 60 | $loader->prefixLengthsPsr4 = ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca::$prefixLengthsPsr4; |
| 61 | $loader->prefixDirsPsr4 = ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca::$prefixDirsPsr4; |
| 62 | $loader->classMap = ComposerStaticInit631a460b6010ba6d03c73cfd415f87ca::$classMap; |
| 63 | |
| 64 | }, null, ClassLoader::class); |
| 65 | } |
| 66 | } |
| 67 |