geonames icon indicating copy to clipboard operation
geonames copied to clipboard

run() method missing from DatabaseSeeder

Open DODMax opened this issue 9 years ago • 1 comments

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

DODMax avatar Jan 13 '16 08:01 DODMax

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

elpado avatar Oct 13 '16 07:10 elpado