geonames
geonames copied to clipboard
run() method missing from DatabaseSeeder
Hi,
Looks like Seeders\DatabaseSeeder
now has to implement a run() method.
Without that I have the following error when trying to seed:
Class Ipalaus\Geonames\Seeders\DatabaseSeeder contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Illuminate\Database\Seeder::run)
Cheers
Hi,
same problem here. To make this work in L5.2 just make the class DatabaseSeeder abstract (located in ipalaus/geonames/src/Seeders/DatabaseSeeder.php).
Best, eL