PluginProbe
Force Refresh / 2.1.3
Force Refresh v2.1.3
3.2.1 3.2.0 3.1.2 3.1.1 3.1.0 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.12.0 All 54 releases
force-refresh / vendor / composer / autoload_static.php

autoload_static.php in Force Refresh 2.1.3, at vendor/composer/autoload_static.php

32 lines 840 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit6ca91fb48de272687caf66aa1e1fa509
8 {
9 public static $prefixLengthsPsr4 = array (
10 'L' =>
11 array (
12 'LightnCandy\\' => 12,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'LightnCandy\\' =>
18 array (
19 0 => __DIR__ . '/..' . '/zordius/lightncandy/src',
20 ),
21 );
22
23 public static function getInitializer(ClassLoader $loader)
24 {
25 return \Closure::bind(function () use ($loader) {
26 $loader->prefixLengthsPsr4 = ComposerStaticInit6ca91fb48de272687caf66aa1e1fa509::$prefixLengthsPsr4;
27 $loader->prefixDirsPsr4 = ComposerStaticInit6ca91fb48de272687caf66aa1e1fa509::$prefixDirsPsr4;
28
29 }, null, ClassLoader::class);
30 }
31 }
32