command->info('Running DatabaseSeeder'); Eloquent::unguard(); $this->call('UserTableSeeder'); $this->call('ConstantsSeeder'); $this->call('CountriesSeeder'); $this->command->info('Seeded the countries!'); } }