add missing return

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/31901/head
Robin Appelman 2022-04-08 15:04:35 +07:00
parent 69378e1534
commit bdc86e9486
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with 1 additions and 0 deletions

@ -460,6 +460,7 @@ class SetupManager {
if (in_array('', $providers)) {
$this->setupForUser($user);
return;
}
$setupProviders = $this->setupUserMountProviders[$user->getUID()] ?? [];