call(AvailableUserPermissionsSeeder::class()); $this->call(AvailableUserRolesSeeder::class()); $this->call(ConfigTableSeeder::class()); $this->call(SolarSystemSeeder::class()); $this->call(SRPTableSeeder::class()); $this->call(WikiTableSeeder::class()); $this->call(WormholeTypeSeeder::class()); } }