File "autoload_static.php"

Full Path: /home/leadltht/fastlinkinternet.com/administrator/composer/autoload_static.php
File size: 1.03 KB
MIME-type: text/x-php
Charset: utf-8

<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit5068053ae8b4b2ee0d834d00f1f9d04a
{
    public static $prefixLengthsPsr4 = array (
        'E' => 
        array (
            'Extendify\\' => 10,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Extendify\\' => 
        array (
            0 => __DIR__ . '/../..' . '/app',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInit5068053ae8b4b2ee0d834d00f1f9d04a::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit5068053ae8b4b2ee0d834d00f1f9d04a::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit5068053ae8b4b2ee0d834d00f1f9d04a::$classMap;

        }, null, ClassLoader::class);
    }
}