Files
natascha-rieter-nl/user/plugins/langswitcher/vendor/composer/autoload_static.php
T
m038 b3f8bd1998 Add langswitcher plugin v3.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 00:00:12 +02:00

21 lines
546 B
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitc810fb4e9d827a69b99d6583ac14140c
{
public static $classMap = array (
'Grav\\Plugin\\LangSwitcherPlugin' => __DIR__ . '/../..' . '/langswitcher.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInitc810fb4e9d827a69b99d6583ac14140c::$classMap;
}, null, ClassLoader::class);
}
}