• File: autoload_static.php
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/wc-price-history/vendor/composer/autoload_static.php
  • Date Modified: 03/31/2026 11:49 AM
  • File size: 1.21 KB
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit1aaf2e6fcde6e74221da55ef6ccafc96
{
    public static $prefixLengthsPsr4 = array (
        'P' => 
        array (
            'PriorPrice\\' => 11,
            'PhpStanCustomRules\\' => 19,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'PriorPrice\\' => 
        array (
            0 => __DIR__ . '/../..' . '/app/PriorPrice',
        ),
        'PhpStanCustomRules\\' => 
        array (
            0 => __DIR__ . '/../..' . '/phpstan-custom-rules',
        ),
    );

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

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

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