geonames icon indicating copy to clipboard operation
geonames copied to clipboard

Seeding is broken L5.2

Open yurtesen opened this issue 8 years ago • 0 comments

$ php artisan geonames:import
File exists: countryInfo.txt
File exists: allCountries.zip
File exists: alternateNames.zip
File exists: hierarchy.zip
File exists: admin1CodesASCII.txt
File exists: admin2Codes.txt
File exists: featureCodes_en.txt
File exists: timeZones.txt
It is time to seed the database. This may take 'a while'...


  [RuntimeException]
  PHP Fatal error:  Class Ipalaus\Geonames\Seeders\DatabaseSeeder contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Illuminate\Database\Seeder::run) in /vagrant/jobgo.laravel.portal
  /portal/vendor/ipalaus/geonames/src/Seeders/DatabaseSeeder.php on line 6

yurtesen avatar Jul 02 '16 13:07 yurtesen