Fix typo in geos patch [skip ci]

This commit is contained in:
Shivam Mathur
2025-11-25 13:03:50 +05:30
parent cc78f4c7f9
commit b010fa7c8f

View File

@ -7,4 +7,3 @@ patch_geos() {
patch -p1 < /tmp/php8.patch 2>/dev/null || true
patch -p1 < /tmp/toString.patch 2>/dev/null || true
}
}