Browse Source

Add missing return

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2048/head
Joas Schilling 6 years ago
parent
commit
fc68af7340
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 1
      lib/Migration/ClearResourceAccessCache.php

1
lib/Migration/ClearResourceAccessCache.php

@ -58,6 +58,7 @@ class ClearResourceAccessCache implements IRepairStep {
if ($invalidatedCache === self::INVALIDATIONS) {
$output->info('Invalidation not required');
return;
}
$this->manager->invalidateAccessCacheForProvider($this->provider);

Loading…
Cancel
Save