🤖 Auto commit for release 'develop' on 2026-03-24

This commit is contained in:
JC5
2026-03-24 11:25:37 +01:00
parent 21c3dc3f56
commit 205b5bd3bf
3 changed files with 102 additions and 101 deletions
@@ -249,6 +249,7 @@ final class PreferencesController extends Controller
if (array_key_exists($key, $all) && false === auth()->user()->hasRole('demo')) {
Log::debug(sprintf('update notification to true: %s', $key));
Preferences::set($key, true);
continue;
}
Log::debug(sprintf('update notification to false: %s', $key));