Monarobase / country-list

List of all countries with names and ISO 3166-1 codes in all languages and data formats
245 stars 37 forks source link

Countries Class not found in Controller #21

Closed cs-abdulwahab closed 4 years ago

cs-abdulwahab commented 5 years ago

Countries (Alias) is accessible in tinker , web.php but not in any controller class . However it can be accessed by prefixing "\" like \Countries::getList('en');

simonschaufi commented 5 years ago

That is correct. Either you use the alias or the full facade like \Monarobase\CountryList\CountryListFacade::getList('en'). Nothing to fix.