Files
Grav-Admin-Plugin/vendor/composer/autoload_static.php

65 lines
1.8 KiB
PHP
Raw Normal View History

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
2022-09-23 12:50:00 -06:00
class ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897
{
public static $prefixLengthsPsr4 = array (
2020-04-18 17:45:11 -06:00
'S' =>
array (
'ScssPhp\\ScssPhp\\' => 16,
),
2020-07-01 21:51:08 +03:00
'L' =>
array (
'Laminas\\Xml\\' => 12,
),
2019-05-31 14:43:16 +03:00
'G' =>
array (
'Grav\\Plugin\\Admin\\' => 18,
),
);
public static $prefixDirsPsr4 = array (
2020-04-18 17:45:11 -06:00
'ScssPhp\\ScssPhp\\' =>
array (
0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
),
2020-07-01 21:51:08 +03:00
'Laminas\\Xml\\' =>
array (
0 => __DIR__ . '/..' . '/laminas/laminas-xml/src',
),
2019-05-31 14:43:16 +03:00
'Grav\\Plugin\\Admin\\' =>
array (
0 => __DIR__ . '/../..' . '/classes/plugin',
),
);
public static $prefixesPsr0 = array (
'P' =>
array (
'PicoFeed' =>
array (
2019-02-08 14:01:00 -07:00
0 => __DIR__ . '/..' . '/p3k/picofeed/lib',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Grav\\Plugin\\AdminPlugin' => __DIR__ . '/../..' . '/admin.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
2022-09-23 12:50:00 -06:00
$loader->prefixLengthsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixesPsr0;
$loader->classMap = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$classMap;
}, null, ClassLoader::class);
}
}