You've already forked guangan
Staff登录
This commit is contained in:
@ -8,6 +8,6 @@ class InspectionStaffToken extends Model
|
||||
{
|
||||
public function staff()
|
||||
{
|
||||
return $this->belongsTo(InspectionStaff::class, 'id', 'staff_id');
|
||||
return $this->belongsTo(InspectionStaff::class, 'staff_id');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user