khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
427 stars 89 forks source link

Update to return data in alphabetical order #50

Closed balduinofernando closed 3 years ago

balduinofernando commented 3 years ago

Returns the countries and continents in alphabetical order, using the orderBy Method in Ascending order. It's not working to user some methods in this Class Directly, like sortBy, orderBy, or even the with method. So it's a tiny change to return the data in alphabetical order.