summaryrefslogtreecommitdiffstats
path: root/lib/Cron/Cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Cron/Cache.php')
-rw-r--r--lib/Cron/Cache.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Cron/Cache.php b/lib/Cron/Cache.php
index 9a93565c..3f64043f 100644
--- a/lib/Cron/Cache.php
+++ b/lib/Cron/Cache.php
@@ -32,13 +32,13 @@ declare(strict_types=1);
namespace OCA\Social\Cron;
use Exception;
-use OCP\AppFramework\Utility\ITimeFactory;
-use OCP\BackgroundJob\TimedJob;
use OCA\Social\Service\AccountService;
use OCA\Social\Service\CacheActorService;
use OCA\Social\Service\DocumentService;
use OCA\Social\Service\HashtagService;
use OCP\AppFramework\QueryException;
+use OCP\AppFramework\Utility\ITimeFactory;
+use OCP\BackgroundJob\TimedJob;
/**
* Class Cache
@@ -67,7 +67,7 @@ class Cache extends TimedJob {
*/
protected function run($argument) {
try {
-// $this->accountService->blindKeyRotation();
+ // $this->accountService->blindKeyRotation();
} catch (Exception $e) {
}