Skip to content

Commit

Permalink
auto package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
lessmore92 committed Feb 16, 2020
1 parent 95d2a12 commit 21d1337
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@
"psr-4": {
"Lessmore92\\EloquentMarshall\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Lessmore92\\EloquentMarshall\\EloquentMarshallServiceProvider"
]
}
}
}

0 comments on commit 21d1337

Please sign in to comment.