Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 9, 2024
1 parent 8a67328 commit 4c8c4fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database/seeders/LgaSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class LgaSeeder extends Seeder
*/
public function run(): void
{
Lga::truncate();
$states = \App\Models\State::all();
$lgas = collect(json_decode(File::get(database_path('data/lga_short_codes.json'))));
$all = collect(json_decode(File::get(database_path('data/states-and-lgas.json'))));
Expand Down Expand Up @@ -43,4 +42,4 @@ public function run(): void
});
});
}
}
}

0 comments on commit 4c8c4fe

Please sign in to comment.