create(); $this->call(UserSeeder::class); $this->call(AktivitasSeeder::class); $this->call(JenisKelaminSeeder::class); // $this->call(JenisMakananSeeder::class); $this->call(TipeKriteriaSeeder::class); $this->call(KriteriaSeeder::class); $this->call(KadarGulaSeeder::class); $this->call(KebutuhanKaloriSeeder::class); } }