run through pint
This commit is contained in:
@@ -91,6 +91,6 @@ class LoanOrder extends Model
|
||||
*/
|
||||
public function workProvince(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Province::class, 'province_id');
|
||||
return $this->belongsTo(Province::class, 'province_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user