This commit is contained in:
2026-03-10 23:57:29 -05:00
parent b44bfaa223
commit a659c97aec

View File

@@ -53,7 +53,7 @@ return new class extends Migration
$table->string('permission');
$table->text('description');
$table->timestamps();
})
});
}
}