mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #4972 from pixelfed/staging
Update ProfileMigration model, add target relation
This commit is contained in:
commit
a9b99d8f9d
|
@ -16,4 +16,9 @@ class ProfileMigration extends Model
|
|||
{
|
||||
return $this->belongsTo(Profile::class, 'profile_id');
|
||||
}
|
||||
|
||||
public function target()
|
||||
{
|
||||
return $this->belongsTo(Profile::class, 'target_profile_id');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue