balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

autoload_static.php (1206B)


      1 <?php
      2 
      3 // autoload_static.php @generated by Composer
      4 
      5 namespace Composer\Autoload;
      6 
      7 class ComposerStaticInit6075828d7b414eb91fba24d56094e438
      8 {
      9     public static $files = array (
     10         '97eba6aca0c0669ddae3c3464f46d808' => __DIR__ . '/../..' . '/includes/functions.php',
     11     );
     12 
     13     public static $prefixLengthsPsr4 = array (
     14         'W' => 
     15         array (
     16             'Welbim\\Helper\\' => 14,
     17         ),
     18     );
     19 
     20     public static $prefixDirsPsr4 = array (
     21         'Welbim\\Helper\\' => 
     22         array (
     23             0 => __DIR__ . '/../..' . '/includes',
     24         ),
     25     );
     26 
     27     public static $classMap = array (
     28         'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
     29     );
     30 
     31     public static function getInitializer(ClassLoader $loader)
     32     {
     33         return \Closure::bind(function () use ($loader) {
     34             $loader->prefixLengthsPsr4 = ComposerStaticInit6075828d7b414eb91fba24d56094e438::$prefixLengthsPsr4;
     35             $loader->prefixDirsPsr4 = ComposerStaticInit6075828d7b414eb91fba24d56094e438::$prefixDirsPsr4;
     36             $loader->classMap = ComposerStaticInit6075828d7b414eb91fba24d56094e438::$classMap;
     37 
     38         }, null, ClassLoader::class);
     39     }
     40 }