You've already forked isop-mirror
refactor: rename InternshipStatus model to InternshipStatusData
This commit is contained in:
@@ -63,7 +63,7 @@ class Internship extends Model
|
||||
|
||||
public function status()
|
||||
{
|
||||
return $this->hasOne(InternshipStatus::class, 'internship_id')->latestOfMany();
|
||||
return $this->hasOne(InternshipStatusData::class, 'internship_id')->latestOfMany();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user