芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/ContractRenew.php
'datetime', 'end_date' => 'datetime', ]; public function contract(): BelongsTo { return $this->belongsTo(Contract::class, 'contract_id'); } public function renewedBy(): BelongsTo { return $this->belongsTo(User::class, 'renewed_by'); } }