Merge pull request #9913 from 7408647n/master

Fix a wrong „use“
This commit is contained in:
Christoph Wurst
2023-03-17 17:32:00 +01:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ HTTP client instances are built using the client service `factory <https://en.wi
<?php
use OCP\Http\IClientService;
use OCP\Http\Client\IClientService;
class MyRemoteServerIntegration {
private IClientService $clientService;