Skip to content

Commit

Permalink
Fix composer.json structure
Browse files Browse the repository at this point in the history
  • Loading branch information
youchenlee committed Jan 27, 2018
1 parent 0010c40 commit ef55efc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
"Unisharp\\Setting\\": "src/Setting/"
}
},
"laravel": {
"providers": [
"Unisharp\\Setting\\SettingServiceProvider"
],
"aliases": {
"Setting": "Unisharp\\Setting\\SettingFacade"
"extra": {
"laravel": {
"providers": [
"Unisharp\\Setting\\SettingServiceProvider"
],
"aliases": {
"Setting": "Unisharp\\Setting\\SettingFacade"
}
}
}
}

0 comments on commit ef55efc

Please sign in to comment.