🤖 Auto commit for release 'develop' on 2025-09-25

This commit is contained in:
JC5
2025-09-25 19:11:11 +02:00
parent 62c5440605
commit 61e8d7d7a2
10 changed files with 332 additions and 231 deletions

View File

@@ -243,7 +243,6 @@ class Account extends Model
}
public function primaryPeriodStatistics(): MorphMany
{
return $this->morphMany(PeriodStatistic::class, 'primary_statable');