Skip to content

Commit

Permalink
Merge pull request #35 from naumanxds/master
Browse files Browse the repository at this point in the history
hotfix add missing entry in WorldCitiesTableSeeder.php
  • Loading branch information
khsing authored Aug 11, 2020
2 parents cf5507c + 75879d5 commit 1de5a97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions database/seeds/WorldCitiesTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -294672,6 +294672,15 @@ public function run()
'id' => 32727,
'name' => 'Yoder',
),
225 =>
array (
'code' => NULL,
'country_id' => 51,
'division_id' => NULL,
'full_name' => NULL,
'id' => 49,
'name' => 'Tamanrasset',
),
));


Expand Down

0 comments on commit 1de5a97

Please sign in to comment.