'decimal:2', 'datum' => 'date', ]; } public function budget(): BelongsTo { return $this->belongsTo(Budget::class); } }