fix view for receipt in insurance letter #5

Merged
amirghasempoor merged 5 commits from feature/FixViewLetter into develop 2026-05-18 08:12:54 +00:00
Showing only changes of commit ad70874bde - Show all commits

View File

@@ -23,7 +23,7 @@ return new class extends Migration
public function down(): void
{
Schema::table('missions', function (Blueprint $table) {
$table->dropColumn('km');
$table->dropColumn('end_km');
});
}
};