<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit89b4ca7f1a5269600f7d49085eb25efe
{
    public static $files = array (
        'c12f6a3d155f337157ca3d8277f42816' => __DIR__ . '/../..' . '/registration.php',
    );

    public static $prefixLengthsPsr4 = array (
        'Z' => 
        array (
            'Zemez\\Blog\\' => 11,
        ),
    );

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

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

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