Skip to content

Commit

Permalink
Fix: PSR-4 Autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Körner authored Sep 25, 2017
1 parent d0f59e7 commit 7ec89cd
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 @@ -19,6 +19,6 @@
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": { "Checkdomain\\HolidayBundle": "" }
"psr-4": { "Checkdomain\\HolidayBundle\\": "" }
}
}

0 comments on commit 7ec89cd

Please sign in to comment.