Skip to content

Commit

Permalink
fix: Restore old migration file
Browse files Browse the repository at this point in the history
(cherry picked from commit 5fa7fb5)
  • Loading branch information
rafaucau committed May 18, 2023
1 parent cba595a commit 91bce56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions migrations/2021_12_11_000000_enable_clearing_cache_listener.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/*
* This migration file is required for backward compatibility purposes.
* It was involved in a previous version of this extension, and its absence might cause issues when uninstalling.
* The 'up' and 'down' keys are left empty intentionally.
* DO NOT REMOVE THIS FILE.
*/
return [
'up' => function () {
},
'down' => function () {
}
];

0 comments on commit 91bce56

Please sign in to comment.