mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
Add missing import
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
6acc307aa3
commit
a0d2d0c272
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue