Skip to content

Commit

Permalink
Amend composer autoload to psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoodfield committed Jan 8, 2017
1 parent 4b179e6 commit d2e7479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"laravel/framework": "5.3.*"
},
"autoload": {
"psr-0": {
"PaulGoodfield\\EloquentBaseRepo": "src"
"psr-4": {
"PaulGoodfield\\EloquentBaseRepo\\": "src/PaulGoodfield/EloquentBaseRepo/"
}
}
}

0 comments on commit d2e7479

Please sign in to comment.