21 lines
548 B
PHP
21 lines
548 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit4b4c09ac4bc2ea4f45ed9af1c19c1aac
|
|
{
|
|
public static $classMap = array (
|
|
'Ps_Customeraccountlinks' => __DIR__ . '/../..' . '/ps_customeraccountlinks.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->classMap = ComposerStaticInit4b4c09ac4bc2ea4f45ed9af1c19c1aac::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|