ClassLoader.php
3 months ago
InstalledVersions.php
3 months ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 day ago
autoload_real.php
3 months ago
autoload_static.php
1 day ago
installed.json
3 years ago
installed.php
1 day ago
autoload_static.php
82 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit393f7dbca26c39b6641c0f30851cde2c |
| 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\\GDPR\\' => 11, |
| 18 | 'Tutor\\Ecommerce\\' => 16, |
| 19 | 'Tutor\\Components\\' => 17, |
| 20 | 'Tutor\\Cache\\' => 12, |
| 21 | 'TUTOR\\' => 6, |
| 22 | ), |
| 23 | ); |
| 24 | |
| 25 | public static $prefixDirsPsr4 = array ( |
| 26 | 'Tutor\\Traits\\' => |
| 27 | array ( |
| 28 | 0 => __DIR__ . '/../..' . '/traits', |
| 29 | ), |
| 30 | 'Tutor\\PaymentGateways\\' => |
| 31 | array ( |
| 32 | 0 => __DIR__ . '/../..' . '/ecommerce/PaymentGateways', |
| 33 | ), |
| 34 | 'Tutor\\Models\\' => |
| 35 | array ( |
| 36 | 0 => __DIR__ . '/../..' . '/models', |
| 37 | ), |
| 38 | 'Tutor\\Migrations\\' => |
| 39 | array ( |
| 40 | 0 => __DIR__ . '/../..' . '/migrations', |
| 41 | ), |
| 42 | 'Tutor\\Helpers\\' => |
| 43 | array ( |
| 44 | 0 => __DIR__ . '/../..' . '/helpers', |
| 45 | ), |
| 46 | 'Tutor\\GDPR\\' => |
| 47 | array ( |
| 48 | 0 => __DIR__ . '/../..' . '/GDPR', |
| 49 | ), |
| 50 | 'Tutor\\Ecommerce\\' => |
| 51 | array ( |
| 52 | 0 => __DIR__ . '/../..' . '/ecommerce', |
| 53 | ), |
| 54 | 'Tutor\\Components\\' => |
| 55 | array ( |
| 56 | 0 => __DIR__ . '/../..' . '/components', |
| 57 | ), |
| 58 | 'Tutor\\Cache\\' => |
| 59 | array ( |
| 60 | 0 => __DIR__ . '/../..' . '/cache', |
| 61 | ), |
| 62 | 'TUTOR\\' => |
| 63 | array ( |
| 64 | 0 => __DIR__ . '/../..' . '/classes', |
| 65 | ), |
| 66 | ); |
| 67 | |
| 68 | public static $classMap = array ( |
| 69 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 70 | ); |
| 71 | |
| 72 | public static function getInitializer(ClassLoader $loader) |
| 73 | { |
| 74 | return \Closure::bind(function () use ($loader) { |
| 75 | $loader->prefixLengthsPsr4 = ComposerStaticInit393f7dbca26c39b6641c0f30851cde2c::$prefixLengthsPsr4; |
| 76 | $loader->prefixDirsPsr4 = ComposerStaticInit393f7dbca26c39b6641c0f30851cde2c::$prefixDirsPsr4; |
| 77 | $loader->classMap = ComposerStaticInit393f7dbca26c39b6641c0f30851cde2c::$classMap; |
| 78 | |
| 79 | }, null, ClassLoader::class); |
| 80 | } |
| 81 | } |
| 82 |