mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #8692 from nextcloud/stable12-add-missing-import
[stable12] Add missing import
This commit is contained in:
commit
d0500f0b5b
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