Skip to content

Commit

Permalink
FIX composer autoload namespace missing trailing \
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdarling authored Apr 15, 2019
1 parent ad90e88 commit 84e634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"autoload": {
"psr-4": {
"ChristopherDarling\\ThemeManifestAssets": "src/"
"ChristopherDarling\\ThemeManifestAssets\\": "src/"
}
}
}

0 comments on commit 84e634d

Please sign in to comment.