hasOne(CutterTask::class,"id","task_id"); } public function user(): HasOne { return $this->hasOne(User::class,"uid","uid"); } }