Add missing import
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
6acc307aa3
commit
a0d2d0c272
|
@ -30,6 +30,7 @@ use OCP\Files\NotFoundException;
|
||||||
use OCP\Http\Client\IClientService;
|
use OCP\Http\Client\IClientService;
|
||||||
use OCP\IConfig;
|
use OCP\IConfig;
|
||||||
use OCP\ILogger;
|
use OCP\ILogger;
|
||||||
|
use OCP\Util;
|
||||||
|
|
||||||
abstract class Fetcher {
|
abstract class Fetcher {
|
||||||
const INVALIDATE_AFTER_SECONDS = 300;
|
const INVALIDATE_AFTER_SECONDS = 300;
|
||||||
|
|
Loading…
Reference in New Issue