Skip to content

Commit

Permalink
Merge pull request #122 from AndreasFurster/fix-migration-syntax
Browse files Browse the repository at this point in the history
Fix missing semicolons on migrations
  • Loading branch information
Tarpsvo authored May 14, 2022
2 parents cf0ae41 + 805d9ca commit 86ede48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function down()
{
Schema::dropIfExists(NovaSettings::getSettingsTableName());
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
// No down because previous migration was also modified
}
}
};

0 comments on commit 86ede48

Please sign in to comment.