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