hasOne(Profile::class, 'user_id'); } public function orders(): mixed { return $this->hasMany(Order::class, 'user_id'); } }