# subscription/1.4.1/vendor/composer/autoload_static.php

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.4.1. 41 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.4.1/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/subscription/1.4.1/raw/vendor/composer/autoload_static.php
- Modified: 2025-05-13T14:25:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/subscription/1.4.1/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit41032b9e9afd9c1557d6565dd61fb6ad
{
    public static $files = array (
        '432679542ec02094510a6c6c1c27214d' => __DIR__ . '/../..' . '/includes/functions.php',
    );

    public static $prefixLengthsPsr4 = array (
        'S' => 
        array (
            'SpringDevs\\Subscription\\' => 24,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'SpringDevs\\Subscription\\' => 
        array (
            0 => __DIR__ . '/../..' . '/includes',
        ),
    );

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

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

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

```
