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 | |
| parent | d5d15072e193ba96f156fea3e32bcb0af96b7b63 (diff) | |
update static composer autoload
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/composer/autoload_classmap.php | 1 | ||||
| -rw-r--r-- | vendor/composer/autoload_static.php | 1 |
2 files changed, 2 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', diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 3fcb34b42..5c3e486a2 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -1131,6 +1131,7 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056 'RPC' => __DIR__ . '/../..' . '/classes/RPC.php', 'RSSUtils' => __DIR__ . '/../..' . '/classes/RSSUtils.php', 'Sanitizer' => __DIR__ . '/../..' . '/classes/Sanitizer.php', + 'Scheduler' => __DIR__ . '/../..' . '/classes/Scheduler.php', 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', |