diff options
author | Mario <mario@mariovavti.com> | 2022-07-19 12:41:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-19 12:41:53 +0000 |
commit | 063d4bbd7de2c3a40831e8cb620e57e5edef1017 (patch) | |
tree | 816e11ca12f18ad8387aa8ea6e71f1821a4e56ea /vendor/composer/autoload_static.php | |
parent | 29fd9b9d64549db42223140caf0eaa8c006c38ad (diff) | |
download | volse-hubzilla-063d4bbd7de2c3a40831e8cb620e57e5edef1017.tar.gz volse-hubzilla-063d4bbd7de2c3a40831e8cb620e57e5edef1017.tar.bz2 volse-hubzilla-063d4bbd7de2c3a40831e8cb620e57e5edef1017.zip |
composer autoload
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r-- | vendor/composer/autoload_static.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 73eb5014a..09ed04857 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -1932,6 +1932,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d 'Zotlabs\\Widget\\Catcloud_wall' => __DIR__ . '/../..' . '/Zotlabs/Widget/Catcloud_wall.php', 'Zotlabs\\Widget\\Categories' => __DIR__ . '/../..' . '/Zotlabs/Widget/Categories.php', 'Zotlabs\\Widget\\Cdav' => __DIR__ . '/../..' . '/Zotlabs/Widget/Cdav.php', + 'Zotlabs\\Widget\\Channel_activities' => __DIR__ . '/../..' . '/Zotlabs/Widget/Channel_activities.php', 'Zotlabs\\Widget\\Chatroom_list' => __DIR__ . '/../..' . '/Zotlabs/Widget/Chatroom_list.php', 'Zotlabs\\Widget\\Chatroom_members' => __DIR__ . '/../..' . '/Zotlabs/Widget/Chatroom_members.php', 'Zotlabs\\Widget\\Clock' => __DIR__ . '/../..' . '/Zotlabs/Widget/Clock.php', |