]> source.dussan.org Git - nextcloud-server.git/commit
Move UpdateGroups methods to a service
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 20 Jul 2023 14:43:50 +0000 (16:43 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 10 Aug 2023 08:57:33 +0000 (10:57 +0200)
commit2c19aac9e1452872400e09fadd5a0629c1681596
tree25007616fe626f74af369c37c155bca7d3258209
parent34fa4138fb5c5f4e469d0b74b8773ce5d5f34609
Move UpdateGroups methods to a service

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/user_ldap/composer/composer/autoload_classmap.php
apps/user_ldap/composer/composer/autoload_static.php
apps/user_ldap/lib/Jobs/UpdateGroups.php
apps/user_ldap/lib/Service/UpdateGroupsService.php [new file with mode: 0644]
apps/user_ldap/tests/Jobs/UpdateGroupsTest.php [deleted file]
apps/user_ldap/tests/Service/UpdateGroupsServiceTest.php [new file with mode: 0644]