Skip to content

Commit

Permalink
fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristaps Jaremčuks committed Aug 6, 2020
1 parent e570a28 commit 9ebd207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"php": "^7.1",
"nesbot/carbon": "^2.0"
},
"autoload": {
"psr-4": {
"CodeKJ\\Laravel\\Traits\\DateScopes\\": "src/"
}
},
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 9ebd207

Please sign in to comment.