belongsTo('App\Seat'); } public function singleSeatUser(){ return $this->belongsTo('App\SingleSeatsUser'); } public function calcSeatName(){ $seatNamePrinter = new SeatNamePrinter($this); return $seatNamePrinter->calcSeatName(); } }