first commit
This commit is contained in:
21
modules/ps_cashondelivery/vendor/composer/autoload_static.php
vendored
Normal file
21
modules/ps_cashondelivery/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit6ba5b79df6f2ad9d165670bfa40042da
|
||||
{
|
||||
public static $classMap = array (
|
||||
'Ps_Cashondelivery' => __DIR__ . '/../..' . '/ps_cashondelivery.php',
|
||||
'Ps_CashondeliveryValidationModuleFrontController' => __DIR__ . '/../..' . '/controllers/front/validation.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->classMap = ComposerStaticInit6ba5b79df6f2ad9d165670bfa40042da::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user