nextcloud/apps/dashboard/composer/composer/autoload_static.php
Carl Schwan d877262e07
chore: Bump autoloader files for new composer version
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-02 10:32:44 +01:00

40 lines
1.4 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitDashboard
{
public static $prefixLengthsPsr4 = array (
'O' =>
array (
'OCA\\Dashboard\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Dashboard\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'OCA\\Dashboard\\Controller\\DashboardApiController' => __DIR__ . '/..' . '/../lib/Controller/DashboardApiController.php',
'OCA\\Dashboard\\Controller\\DashboardController' => __DIR__ . '/..' . '/../lib/Controller/DashboardController.php',
'OCA\\Dashboard\\ResponseDefinitions' => __DIR__ . '/..' . '/../lib/ResponseDefinitions.php',
'OCA\\Dashboard\\Service\\DashboardService' => __DIR__ . '/..' . '/../lib/Service/DashboardService.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitDashboard::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitDashboard::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitDashboard::$classMap;
}, null, ClassLoader::class);
}
}