BadMethodCallException:方法Illuminate \ Database \ Query \ Builder :: getLoginNames不存在。
使用Illuminate \ Database \ Seeder;
类DatabaseSeeder扩展了Seeder { / ** *运行数据库种子。 * * @返回无效 * / 公共功能run() { $ this-> call(AdminSeeder :: class); $ this-> call(DatatablesSeeder :: class); $ this-> call(CountrySeeder :: class); } }