You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
add this code at the beginning of AreaTableSeeder.php
if(version_compare(PHP_VERSION, '7.2.0', '>=')) {
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
php artisan db:seed
The output from this command is:
Seeding: AreaTableSeeder
[ErrorException]
count(): Parameter must be an array or an object that implements Countable
The text was updated successfully, but these errors were encountered: