Skip to content

Commit

Permalink
Merge pull request #8692 from nextcloud/stable12-add-missing-import
Browse files Browse the repository at this point in the history
[stable12] Add missing import
  • Loading branch information
MorrisJobke committed Mar 6, 2018
2 parents 36c9b12 + a0d2d0c commit d0500f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/App/AppStore/Fetcher/Fetcher.php
Expand Up @@ -30,6 +30,7 @@
use OCP\Http\Client\IClientService;
use OCP\IConfig;
use OCP\ILogger;
use OCP\Util;

abstract class Fetcher {
const INVALIDATE_AFTER_SECONDS = 300;
Expand Down

0 comments on commit d0500f0

Please sign in to comment.