File "autoload_static.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/vendor/composer/autoload_static.php
File size: 1.43 KB
MIME-type: text/x-php
Charset: utf-8

<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit27ee64257808e35c0423c4478f5759a6
{
    public static $prefixLengthsPsr4 = array (
        'T' => 
        array (
            'Tribe\\Events\\' => 13,
            'TEC\\Events\\' => 11,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Tribe\\Events\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src/Tribe',
        ),
        'TEC\\Events\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src/Events',
        ),
    );

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

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

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