rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,22 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit62e0e156461f136eb1f6faca04e5a55f
{
public static $classMap = array (
'Crontrol\\Event\\Table' => __DIR__ . '/../..' . '/src/event-list-table.php',
'Crontrol\\Request' => __DIR__ . '/../..' . '/src/request.php',
'Crontrol\\Schedule_List_Table' => __DIR__ . '/../..' . '/src/schedule-list-table.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInit62e0e156461f136eb1f6faca04e5a55f::$classMap;
}, null, ClassLoader::class);
}
}