Skip to content

Commit

Permalink
Seeder Issue
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Ashutosh pathak authored Mar 16, 2019
2 parents f21eff8 + 276c3a0 commit f5a3c71
Show file tree
Hide file tree
Showing 10 changed files with 44,282 additions and 58,131 deletions.
10,001 changes: 10,001 additions & 0 deletions database/seeds/BaseStateSubdivisionSeeder.php

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions database/seeds/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ public function run()
$this->call(CurrencySeeder::class);
$this->call(CountrySeeder::class);
$this->call(StateSubdivision::class);
$this->call(BaseStateSubdivisionSeeder::class);
$this->call(ExtendedStateSubdivisionSeeder::class);
$this->call(TaxByStatesSeeder::class);
$this->call(TimezoneSeeder::class);

Expand Down
Loading

0 comments on commit f5a3c71

Please sign in to comment.