balmet.com

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

autoload_static.php (847B)


      1 <?php
      2 
      3 // autoload_static.php @generated by Composer
      4 
      5 namespace Composer\Autoload;
      6 
      7 class ComposerStaticInit340a6822f05e2bfceab6432d90c2eeaa
      8 {
      9     public static $prefixLengthsPsr4 = array (
     10         'E' => 
     11         array (
     12             'Extendify\\ExtendifySdk\\' => 23,
     13         ),
     14     );
     15 
     16     public static $prefixDirsPsr4 = array (
     17         'Extendify\\ExtendifySdk\\' => 
     18         array (
     19             0 => __DIR__ . '/../..' . '/app',
     20         ),
     21     );
     22 
     23     public static function getInitializer(ClassLoader $loader)
     24     {
     25         return \Closure::bind(function () use ($loader) {
     26             $loader->prefixLengthsPsr4 = ComposerStaticInit340a6822f05e2bfceab6432d90c2eeaa::$prefixLengthsPsr4;
     27             $loader->prefixDirsPsr4 = ComposerStaticInit340a6822f05e2bfceab6432d90c2eeaa::$prefixDirsPsr4;
     28 
     29         }, null, ClassLoader::class);
     30     }
     31 }