hasOne(User::class, 'id', 'user_id'); } public function ownerUser() { return $this->hasOne(User::class, 'id', 'owner_user_id'); } }