hasOne(Account::class, 'id', 'account_id'); } public function worksite(): HasOne { return $this->hasOne(Worksite::class, 'id', 'worksite_id'); } }