'integer', 'caja_id' => 'integer', 'monto' => 'decimal:2', ]; public function caja(): BelongsTo { return $this->belongsTo(Caja::class); } }