Fix: Typo

This commit is contained in:
Sallu9007
2025-04-27 15:41:51 +05:30
parent e455d98fc5
commit a76092962d

View File

@@ -41,6 +41,6 @@ return new class extends Migration
*/ */
public function down(): void public function down(): void
{ {
Schema::dropIfExists('external_engagements_'); Schema::dropIfExists('external_engagements');
} }
}; };