Update ProfileMigration model, add target relation

pull/4972/head
Daniel Supernault 1 year ago
parent 4a6be62128
commit 3f0539978e
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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…
Cancel
Save