feat: Implement Ledger alignment and correct corrective mutation authors in seeders

This commit is contained in:
Daan Meijer
2026-06-15 23:22:08 +02:00
parent bf7da48a58
commit 3dd7c48b08
9 changed files with 177 additions and 8 deletions
+1
View File
@@ -30,6 +30,7 @@ class LedgerFactory extends Factory
]),
'rules' => 'Scores are added by Doms and subtracted for protocol breaches.',
'score' => 0,
'alignment' => 'neutral',
];
}
}