Skip to content

Commit

Permalink
Merge pull request #262 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Remove invalid namespaces from autoloading
  • Loading branch information
jasonbahl authored Oct 20, 2023
2 parents 11ba818 + 3cd5686 commit a3fda1f
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 a3fda1f

Please sign in to comment.