#762

ecoletiva
Participant

Hi

If i try to get the countries order by name ascending, returns me a error!

$countries = Country::orderBy('name', 'asc')->get();

I can not change DESC by ASC only?