Closed hacheraw closed 5 months ago
I'll open a PR.
/** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('redsys_requests'); Schema::dropIfExists('redsys_cards'); Schema::dropIfExists('redsys_notification_logs'); }
Thanks for the suggestion. Down migration is already on the main branch and will be available with the next release.
I'll open a PR.