Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 1, 2024
2 parents cace718 + d0bf5e0 commit b3090a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public function up(): void
*/
public function down(): void
{
Schema::dropIfExists('links');
Schema::dropIfExists('blog_links');
}
};

0 comments on commit b3090a3

Please sign in to comment.