diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/User.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/User.php index 05f4e98b5..b217a6d9b 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/User.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/User.php @@ -519,7 +519,7 @@ trait User $this->SettingsProvider()->Save($oAccount, $oSettings) : false); } - protected function ClearSignMeData(Model\Account $oAccount) : void + protected function ClearSignMeData(\RainLoop\Model\Account $oAccount) : void { if ($oAccount) { Utils::ClearCookie(self::AUTH_SIGN_ME_TOKEN_KEY);