Skip to content

Commit 1b8d551

Browse files
authored
Merge pull request #134 from utopia-php/cleanup-hook
2 parents 798f097 + 88feeef commit 1b8d551

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Migration/Target.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,11 @@ public function success(): void
257257
public function error(): void
258258
{
259259
}
260+
261+
/**
262+
* Clean up callback
263+
*/
264+
public function cleanUp(): void
265+
{
266+
}
260267
}

0 commit comments

Comments
 (0)