Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3e709b9

Browse files
committed
Also add classmap for v4 to fix fatal on status page in master
1 parent a2a19c8 commit 3e709b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"classmap": [
3838
"src/Controllers/Version1",
3939
"src/Controllers/Version2",
40-
"src/Controllers/Version3"
40+
"src/Controllers/Version3",
41+
"src/Controllers/Version4"
4142
],
4243
"psr-4": {
4344
"Automattic\\WooCommerce\\RestApi\\": "src"

0 commit comments

Comments
 (0)