🤖 Auto commit for release 'develop' on 2026-06-05

This commit is contained in:
JC5
2026-06-05 05:46:06 +02:00
parent b1f32406cc
commit 2ba082c787
36 changed files with 232 additions and 263 deletions
@@ -119,8 +119,7 @@ class RecurringRepository implements RecurringRepositoryInterface, UserGroupInte
*/
public function get(): Collection
{
return $this->user
->recurrences()
return $this->user->recurrences()
->with(['TransactionCurrency', 'TransactionType', 'RecurrenceRepetitions', 'RecurrenceTransactions'])
->orderBy('active', 'DESC')
->orderBy('transaction_type_id', 'ASC')