Merge pull request #8692 from nextcloud/stable12-add-missing-import
[stable12] Add missing import
This commit is contained in:
commit
d0500f0b5b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue