# extendify/0.11.0/vendor/composer/autoload_static.php

Extendify, version 0.11.0. 32 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.11.0/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/extendify/0.11.0/raw/vendor/composer/autoload_static.php
- Modified: 2022-10-07T04:54:12+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/extendify/0.11.0/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

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

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

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

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

```
