芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/PurposeConsent.php
hasOne(PurposeConsentLead::class, 'purpose_consent_id', 'id'); } public function user(): HasOne { return $this->hasOne(PurposeConsentUser::class, 'purpose_consent_id', 'id'); } }