diff options
author | Alexander Piskun <bigcat88@icloud.com> | 2023-09-06 16:53:53 +0300 |
---|---|---|
committer | Alexander Piskun <bigcat88@icloud.com> | 2023-09-06 16:53:53 +0300 |
commit | 01a11641f4b885a19d0cefdc2d9850854b3d47b0 (patch) | |
tree | 14460623c00411af3fb60fcda25523857ef3fbfa /build/stubs | |
parent | 8ac768c584cced998b66f9e8de6112b521455001 (diff) | |
download | nextcloud-server-01a11641f4b885a19d0cefdc2d9850854b3d47b0.tar.gz nextcloud-server-01a11641f4b885a19d0cefdc2d9850854b3d47b0.zip |
new name of AppEcosystem is AppAPI
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Diffstat (limited to 'build/stubs')
-rw-r--r-- | build/stubs/app_api.php (renamed from build/stubs/app_ecosystem_v2.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/stubs/app_ecosystem_v2.php b/build/stubs/app_api.php index d2b07c9c616..1ab63499b77 100644 --- a/build/stubs/app_ecosystem_v2.php +++ b/build/stubs/app_api.php @@ -1,10 +1,10 @@ <?php -namespace OCA\AppEcosystemV2\Service; +namespace OCA\AppAPI\Service; use OCP\IRequest; -class AppEcosystemV2Service { +class AppAPIService { /** * @param IRequest $request * @param bool $isDav |