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