From c3740de52c1b616aa7f054d0fadb9207895b5279 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 10 Oct 2024 21:09:19 +1300 Subject: [PATCH] Add success callback --- src/Migration/Target.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Migration/Target.php b/src/Migration/Target.php index 664f5c1..633a85c 100644 --- a/src/Migration/Target.php +++ b/src/Migration/Target.php @@ -226,6 +226,13 @@ public function shutdown(): void { } + /** + * Success callback + */ + public function success(): void + { + } + /** * Error callback */