Merge pull request #8692 from nextcloud/stable12-add-missing-import

[stable12] Add missing import
This commit is contained in:
Morris Jobke 2018-03-06 18:35:52 +01:00 committed by GitHub
commit d0500f0b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ use OCP\Files\NotFoundException;
use OCP\Http\Client\IClientService;
use OCP\IConfig;
use OCP\ILogger;
use OCP\Util;
abstract class Fetcher {
const INVALIDATE_AFTER_SECONDS = 300;