This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
cookthebooks-legacy/inc/vendor/composer/autoload_static.php

32 lines
820 B
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInite840bf700abba19d8b289215efeb8f1e
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'PressBook\\' => 10,
),
);
public static $prefixDirsPsr4 = array (
'PressBook\\' =>
array (
0 => __DIR__ . '/../..' . '/core',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInite840bf700abba19d8b289215efeb8f1e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInite840bf700abba19d8b289215efeb8f1e::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}