Skip to content

Commit

Permalink
Remove invalid namespaces from autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 1, 2023
1 parent 11ba818 commit 3cd5686
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"WPGraphQL\\PersistedQueries\\": "src/",
"WPGraphQL\\Cache\\": "src/Cache",
"WPGraphQL\\SmartCache\\": "src"
"WPGraphQL\\SmartCache\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 3cd5686

Please sign in to comment.