Skip to content

Commit

Permalink
Add success callback
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Oct 10, 2024
1 parent 9f2d1af commit c3740de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Migration/Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ public function shutdown(): void
{
}

/**
* Success callback
*/
public function success(): void
{
}

/**
* Error callback
*/
Expand Down

0 comments on commit c3740de

Please sign in to comment.