From 3236527485034fd14352597ea5b63a9f1c69e9d5 Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 6 Jan 2026 10:31:17 +0200 Subject: [PATCH] CleanUp hook --- src/Migration/Target.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Migration/Target.php b/src/Migration/Target.php index 633a85c7..b4ee3e8a 100644 --- a/src/Migration/Target.php +++ b/src/Migration/Target.php @@ -239,4 +239,11 @@ public function success(): void public function error(): void { } + + /** + * Clean up callback + */ + public function cleanUp(): void + { + } }