diff options
Diffstat (limited to 'lib/private/Repair/ClearFrontendCaches.php')
-rw-r--r-- | lib/private/Repair/ClearFrontendCaches.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Repair/ClearFrontendCaches.php b/lib/private/Repair/ClearFrontendCaches.php index 47f037fd626..bf94e5bfbff 100644 --- a/lib/private/Repair/ClearFrontendCaches.php +++ b/lib/private/Repair/ClearFrontendCaches.php @@ -30,7 +30,6 @@ use OCP\Migration\IOutput; use OCP\Migration\IRepairStep; class ClearFrontendCaches implements IRepairStep { - /** @var ICacheFactory */ protected $cacheFactory; |