@@ -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');
+ }