fix code in mission controller and form request

This commit is contained in:
faezeh
2026-06-21 16:11:42 +03:30
parent bab99f7f89
commit 3fb1474b80
8 changed files with 16 additions and 10 deletions

View File

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