@@ -11,32 +11,32 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
1111 );
1212
1313 public static $ prefixLengthsPsr4 = array (
14- 'O ' =>
14+ 'O ' =>
1515 array (
1616 'OC \\Core \\' => 8 ,
1717 'OC \\' => 3 ,
1818 'OCP \\' => 4 ,
1919 ),
20- 'N ' =>
20+ 'N ' =>
2121 array (
2222 'NCU \\' => 4 ,
2323 ),
2424 );
2525
2626 public static $ prefixDirsPsr4 = array (
27- 'OC \\Core \\' =>
27+ 'OC \\Core \\' =>
2828 array (
2929 0 => __DIR__ . '/../../.. ' . '/core ' ,
3030 ),
31- 'OC \\' =>
31+ 'OC \\' =>
3232 array (
3333 0 => __DIR__ . '/../../.. ' . '/lib/private ' ,
3434 ),
35- 'OCP \\' =>
35+ 'OCP \\' =>
3636 array (
3737 0 => __DIR__ . '/../../.. ' . '/lib/public ' ,
3838 ),
39- 'NCU \\' =>
39+ 'NCU \\' =>
4040 array (
4141 0 => __DIR__ . '/../../.. ' . '/lib/unstable ' ,
4242 ),
@@ -684,6 +684,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
684684 'OCP \\FullTextSearch \\Service \\ISearchService ' => __DIR__ . '/../../.. ' . '/lib/public/FullTextSearch/Service/ISearchService.php ' ,
685685 'OCP \\GlobalScale \\IConfig ' => __DIR__ . '/../../.. ' . '/lib/public/GlobalScale/IConfig.php ' ,
686686 'OCP \\GlobalScale \\IGlobalScaleService ' => __DIR__ . '/../../.. ' . '/lib/public/GlobalScale/IGlobalScaleService.php ' ,
687+ 'OCP \\GlobalScale \\ILookupClient ' => __DIR__ . '/../../.. ' . '/lib/public/GlobalScale/ILookupClient.php ' ,
687688 'OCP \\GroupInterface ' => __DIR__ . '/../../.. ' . '/lib/public/GroupInterface.php ' ,
688689 'OCP \\Group \\Backend \\ABackend ' => __DIR__ . '/../../.. ' . '/lib/public/Group/Backend/ABackend.php ' ,
689690 'OCP \\Group \\Backend \\IAddToGroupBackend ' => __DIR__ . '/../../.. ' . '/lib/public/Group/Backend/IAddToGroupBackend.php ' ,
@@ -2049,6 +2050,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
20492050 'OC \\FullTextSearch \\Model \\SearchRequestSimpleQuery ' => __DIR__ . '/../../.. ' . '/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php ' ,
20502051 'OC \\FullTextSearch \\Model \\SearchTemplate ' => __DIR__ . '/../../.. ' . '/lib/private/FullTextSearch/Model/SearchTemplate.php ' ,
20512052 'OC \\GlobalScale \\Config ' => __DIR__ . '/../../.. ' . '/lib/private/GlobalScale/Config.php ' ,
2053+ 'OC \\GlobalScale \\DefaultLookupClient ' => __DIR__ . '/../../.. ' . '/lib/private/GlobalScale/DefaultLookupClient.php ' ,
20522054 'OC \\Group \\Backend ' => __DIR__ . '/../../.. ' . '/lib/private/Group/Backend.php ' ,
20532055 'OC \\Group \\Database ' => __DIR__ . '/../../.. ' . '/lib/private/Group/Database.php ' ,
20542056 'OC \\Group \\DisplayNameCache ' => __DIR__ . '/../../.. ' . '/lib/private/Group/DisplayNameCache.php ' ,
0 commit comments