You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WF-Website/vendor/composer/autoload_static.php

58 lines
1.5 KiB

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitd3a1ed135ddce97fd6227759e44e5233
{
public static $prefixLengthsPsr4 = array (
'm' =>
array (
'model\\' => 6,
),
'e' =>
array (
'entity\\' => 7,
),
'c' =>
array (
'controleur\\' => 11,
'config\\' => 7,
),
);
public static $prefixDirsPsr4 = array (
'model\\' =>
array (
0 => __DIR__ . '/../..' . '/src/Model',
),
'entity\\' =>
array (
0 => __DIR__ . '/../..' . '/src/Entity',
),
'controleur\\' =>
array (
0 => __DIR__ . '/../..' . '/src/Controleur',
),
'config\\' =>
array (
0 => __DIR__ . '/../..' . '/config',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd3a1ed135ddce97fd6227759e44e5233::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd3a1ed135ddce97fd6227759e44e5233::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd3a1ed135ddce97fd6227759e44e5233::$classMap;
}, null, ClassLoader::class);
}
}