mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-19 01:54:33 -07:00
🤖 Auto commit for release 'develop' on 2026-03-24
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user