From: Vincent Vanwaelscappel Date: Thu, 8 Jun 2023 09:14:14 +0000 (+0200) Subject: wip #5996 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=985071fdc5ee0949dbdda1a820e5a6092746b6eb;p=cubedesigners_userdatabase.git wip #5996 --- diff --git a/src/app/Jobs/FillEmptyPasswordsTokens.php b/src/app/Jobs/FillEmptyPasswordsTokens.php index 8b7a718..3f29bc8 100644 --- a/src/app/Jobs/FillEmptyPasswordsTokens.php +++ b/src/app/Jobs/FillEmptyPasswordsTokens.php @@ -23,7 +23,7 @@ class FillEmptyPasswordsTokens extends Base $change = true; } if ($change) { - $user->saveQuietly(); + $user->saveQuietlyWithoutFlushingCache(); } } }