Teilnahmerechnungen erstellen

This commit is contained in:
2026-09-03 00:08:46 +02:00
parent a61344395a
commit 9c4c28e566
79 changed files with 4303 additions and 75 deletions
+2
View File
@@ -45,6 +45,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
* @property float $support_flat
* @property int $alcoholics_age
* @property boolean $archived
* @property string|null $invoice_key
*/
class Event extends InstancedModel
{
@@ -90,6 +91,7 @@ class Event extends InstancedModel
'participation_options',
'addons',
'invoice_key',
];
protected $casts = [