Skip to content

Commit

Permalink
Fixed composer.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad Salhani authored and Jad Salhani committed Oct 29, 2017
1 parent 9b5fec6 commit 0b8fd6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Jadsalhani\\WorldCountriesCities\\WorldCountriesCitiesServiceProvider"
]
"laravel": {
"providers": [
"Jadsalhani\\WorldCountriesCities\\WorldCountriesCitiesServiceProvider"
]
}
}
},
}

0 comments on commit 0b8fd6c

Please sign in to comment.