Preferences can be administration specific. Not yet really working.

This commit is contained in:
James Cole
2024-04-01 18:18:48 +02:00
parent 4cdb14301d
commit 75ea035630
3 changed files with 26 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ class MigratePreferences extends Command
*/
public function handle(): int
{
$items = ['frontpageAccounts'];
$items = config('firefly.admin_specific_prefs');
$users = User::get();
/** @var User $user */
foreach($users as $user) {