create(); $this->call(CountriesTableSeeder::class); $this->call(CurrenciesTableSeeder::class); $this->call(SegmentsTableSeeder::class); $this->call(SegmentConstantsTableSeeder::class); } }