fix: bank migration file typo.

This commit is contained in:
weichien00
2021-07-26 15:04:21 +08:00
parent 04778859c4
commit 693bd68726
@@ -45,6 +45,6 @@ class CreateBanksTable extends Migration
*/
public function down()
{
Schema::dropIfExists('banks');
Schema::dropIfExists('bank_accounts');
}
}