formatting, juiste use voor UpdateDynamicRequest
linter / quality (push) Failing after 1m2s
tests / ci (8.3) (push) Failing after 48s
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer
2026-06-22 00:10:39 +02:00
parent 3e473de826
commit 10bd46a53e
56 changed files with 174 additions and 142 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
namespace Database\Factories;
use App\Models\Ledger;
use App\Models\Dynamic;
use App\Models\Ledger;
use Illuminate\Database\Eloquent\Factories\Factory;
/**
@@ -26,7 +26,7 @@ class LedgerFactory extends Factory
'Dungeon Cleaning',
'Silence Protocol',
'Task Completion',
'Tribute Points'
'Tribute Points',
]),
'rules' => 'Scores are added by Doms and subtracted for protocol breaches.',
'score' => 0,