Skip to content

Commit d0500f0

Browse files
authored
Merge pull request #8692 from nextcloud/stable12-add-missing-import
[stable12] Add missing import
2 parents 36c9b12 + a0d2d0c commit d0500f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/App/AppStore/Fetcher/Fetcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
use OCP\Http\Client\IClientService;
3131
use OCP\IConfig;
3232
use OCP\ILogger;
33+
use OCP\Util;
3334

3435
abstract class Fetcher {
3536
const INVALIDATE_AFTER_SECONDS = 300;

0 commit comments

Comments
 (0)