webpatser/laravel-countries

Seeder PHP exception

Opened this issue · 0 comments

The seeder raises an exception with PHP 7.2

Non-static method Webpatser\Countries\Countries::getList() should not be called statically

Fix: don't call getList statically ...

//Get all of the countries
$countries = (new Countries())->getList();