diff options
Diffstat (limited to 'build')
-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 |