$value) { if (!in_array($key, $skippable)) { DB::table($key)->insert($value); } } $this->call(BranchSeeder::class); } }