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

Extendify, version 0.3.0. 32 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.3.0/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/extendify/0.3.0/raw/vendor/composer/autoload_static.php
- Modified: 2022-01-06T18:08:32+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.3.0/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit340a6822f05e2bfceab6432d90c2eeaa
{
    public static $prefixLengthsPsr4 = array (
        'E' => 
        array (
            'Extendify\\Library\\' => 18,
        ),
    );

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

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

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

```
