芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/LeadFollowUp.php
belongsTo(Lead::class); } public function addedBy(): BelongsTo { return $this->belongsTo(User::class, 'added_by'); } }