/** * Get the user's oldest order. */ public function oldestOrder() { return $this->hasOne(Order::class)->oldestOfMany(); }