Skip to content

Commit

Permalink
Fix typo in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed May 7, 2024
1 parent 693293d commit 16d9753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function down()
Schema::dropIfExists('payments');
Schema::dropIfExists('payment_instruments');
Schema::dropIfExists('wallets');
Schema::dropDatabaseIfExists('payment_rails');
Schema::dropIfExists('payment_rails');
Schema::dropIfExists('payment_types');
}
};

0 comments on commit 16d9753

Please sign in to comment.