Skip to content

Commit

Permalink
set psr-4 namespace correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
digibeuk committed Jun 30, 2017
1 parent ccb4778 commit fd6a4cf
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 @@ -18,7 +18,7 @@
"phpunit/phpunit": "~4.8"
},
"autoload": {
"psr-4": { "Sandwich\\ViesBundle\\SandwichViesBundle\\": "" }
"psr-4": { "Sandwich\\ViesBundle\\": "src" }
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit fd6a4cf

Please sign in to comment.