diff options
Diffstat (limited to 'apps/dav/lib/SetupChecks/WebdavEndpoint.php')
-rw-r--r-- | apps/dav/lib/SetupChecks/WebdavEndpoint.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/SetupChecks/WebdavEndpoint.php b/apps/dav/lib/SetupChecks/WebdavEndpoint.php index f5a387836fb..c2574202fcd 100644 --- a/apps/dav/lib/SetupChecks/WebdavEndpoint.php +++ b/apps/dav/lib/SetupChecks/WebdavEndpoint.php @@ -9,11 +9,11 @@ declare(strict_types=1); namespace OCA\DAV\SetupChecks; -use OCA\Settings\SetupChecks\CheckServerResponseTrait; use OCP\Http\Client\IClientService; use OCP\IConfig; use OCP\IL10N; use OCP\IURLGenerator; +use OCP\SetupCheck\CheckServerResponseTrait; use OCP\SetupCheck\ISetupCheck; use OCP\SetupCheck\SetupResult; use Psr\Log\LoggerInterface; |