Skip to content

Commit

Permalink
Add down() in SettingsMigration stub
Browse files Browse the repository at this point in the history
  • Loading branch information
akshit-arora committed Sep 1, 2024
1 parent 8d8c432 commit 4881ad9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Console/MakeSettingsMigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ public function up(): void
{
}
public function down(): void
{
}
};
EOT;
Expand Down

0 comments on commit 4881ad9

Please sign in to comment.