'datetime', 'returned_at' => 'datetime', ]; } public function allocation(): BelongsTo { return $this->belongsTo(WheelchairAllocation::class, 'wheelchair_allocation_id'); } public function recordedBy(): BelongsTo { return $this->belongsTo(User::class, 'recorded_by_user_id'); } }