Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeder PHP exception #103

Open
c0necto opened this issue Dec 14, 2018 · 0 comments
Open

Seeder PHP exception #103

c0necto opened this issue Dec 14, 2018 · 0 comments

Comments

@c0necto
Copy link

c0necto commented Dec 14, 2018

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();
webpatser added a commit that referenced this issue Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant