first commit
This commit is contained in:
37
modules/blockreassurance/vendor/composer/autoload_static.php
vendored
Normal file
37
modules/blockreassurance/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit75b9352d5eb957d7c20fbfcb81cfbd80
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'P' =>
|
||||
array (
|
||||
'PrestaShop\\Module\\BlockReassurance\\' => 35,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'PrestaShop\\Module\\BlockReassurance\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/src',
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'ReassuranceActivity' => __DIR__ . '/../..' . '/classes/ReassuranceActivity.php',
|
||||
'blockreassurance' => __DIR__ . '/../..' . '/blockreassurance.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit75b9352d5eb957d7c20fbfcb81cfbd80::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit75b9352d5eb957d7c20fbfcb81cfbd80::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInit75b9352d5eb957d7c20fbfcb81cfbd80::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user