balmet.com

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

autoload_static.php (1065B)


      1 <?php
      2 
      3 // autoload_static.php @generated by Composer
      4 
      5 namespace Composer\Autoload;
      6 
      7 class ComposerStaticInite67535fe8bb9e847195ca18c8c330d4f
      8 {
      9     public static $prefixLengthsPsr4 = array (
     10         'P' => 
     11         array (
     12             'ProteusThemes\\WPContentImporter2\\' => 33,
     13         ),
     14         'O' => 
     15         array (
     16             'OCDI\\' => 5,
     17         ),
     18     );
     19 
     20     public static $prefixDirsPsr4 = array (
     21         'ProteusThemes\\WPContentImporter2\\' => 
     22         array (
     23             0 => __DIR__ . '/..' . '/proteusthemes/wp-content-importer-v2/src',
     24         ),
     25         'OCDI\\' => 
     26         array (
     27             0 => __DIR__ . '/../..' . '/inc',
     28         ),
     29     );
     30 
     31     public static function getInitializer(ClassLoader $loader)
     32     {
     33         return \Closure::bind(function () use ($loader) {
     34             $loader->prefixLengthsPsr4 = ComposerStaticInite67535fe8bb9e847195ca18c8c330d4f::$prefixLengthsPsr4;
     35             $loader->prefixDirsPsr4 = ComposerStaticInite67535fe8bb9e847195ca18c8c330d4f::$prefixDirsPsr4;
     36 
     37         }, null, ClassLoader::class);
     38     }
     39 }