Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Fixed AdminSubdivisions seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian P. Blunier committed Sep 16, 2015
1 parent c260eb8 commit 41640f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Seeders/AdminSubdivionsTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function run()
{
$path = $this->command->option('path');

$this->importer->adminDivions('geonames_admin_subdivisions', $path . '/admin1CodesASCII.txt');
$this->importer->adminDivions('geonames_admin_subdivisions', $path . '/admin2Codes.txt');
}

}
}

0 comments on commit 41640f8

Please sign in to comment.