]> _ Git - cubedesigners_userdatabase.git/commitdiff
wip #5996
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jun 2023 09:14:14 +0000 (11:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jun 2023 09:14:14 +0000 (11:14 +0200)
src/app/Jobs/FillEmptyPasswordsTokens.php

index 8b7a71810b4a0c92df350bd335da5df16db889b9..3f29bc8ff538a01e89368fedaa4e8f543743338d 100644 (file)
@@ -23,7 +23,7 @@ class FillEmptyPasswordsTokens extends Base
                 $change = true;
             }
             if ($change) {
-                $user->saveQuietly();
+                $user->saveQuietlyWithoutFlushingCache();
             }
         }
     }