diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-02 23:24:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-02 23:24:09 +0300 |
| commit | 55bb464cc9dbb417a144fff3862aa0abddc02c0b (patch) | |
| tree | 6060fce241aa81bfbcd99298533859cd327e0005 /vendor/composer/autoload_classmap.php | |
| parent | d5d15072e193ba96f156fea3e32bcb0af96b7b63 (diff) | |
update static composer autoload
Diffstat (limited to 'vendor/composer/autoload_classmap.php')
| -rw-r--r-- | vendor/composer/autoload_classmap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 762a8d99e..84b008687 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -990,6 +990,7 @@ return array( 'RPC' => $baseDir . '/classes/RPC.php', 'RSSUtils' => $baseDir . '/classes/RSSUtils.php', 'Sanitizer' => $baseDir . '/classes/Sanitizer.php', + 'Scheduler' => $baseDir . '/classes/Scheduler.php', 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', |