Skip to content

Commit

Permalink
Added Provider and Facade auto-detect
Browse files Browse the repository at this point in the history
  • Loading branch information
AlastairDewar committed Jan 19, 2020
1 parent 6b379a2 commit d2162fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,15 @@
"psr-4": {
"Adewra\\TrafficScotland\\Test\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Adewra\\TrafficScotland\\TrafficScotlandServiceProvider"
],
"aliases": {
"TrafficScotland": "Adewra\\TrafficScotland\\TrafficScotlandFacade"
}
}
}
}

0 comments on commit d2162fe

Please sign in to comment.