work in progress: predefinedmutations
linter / quality (push) Failing after 1m5s
tests / ci (8.3) (push) Failing after 49s
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-26 10:22:55 +02:00
parent 806d17842f
commit 89a48fae16
7 changed files with 120 additions and 6 deletions
@@ -69,6 +69,7 @@ class LedgerController extends Controller
$ledger->load([
'media',
'predefinedMutations',
'mutations' => function ($query) {
$query->latest();
},