Browse Source
Add missing return
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2048/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
0 deletions
-
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); |
|
|
|
|