add missing return

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2022-04-08 15:04:35 +02:00
parent 69378e1534
commit bdc86e9486
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

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