call('ConstantsSeeder'); $this->command->info('Seeded the constants!'); // $this->call('UserTableSeeder'); $this->call('CountriesSeeder'); $this->command->info('Seeded the countries!'); $this->call('QuestionTypesSeeder'); $this->command->info('Seeded the question types!'); } }