*/ public function prop(): BelongsTo { return $this->belongsTo(Prop::class, 'prop_id'); } }