This commit is contained in:
2024-09-26 15:34:48 +05:00
parent 4b560708a1
commit 139d130215
3 changed files with 90 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class LoanOrder extends Model
*/
public function workProvince(): BelongsTo
{
return $this->belongsTo(Province::class, 'province_id');
return $this->belongsTo(Province::class, 'work_province_id');
}
/**