create(); // User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); $this->call(ConnectionStatusSeeder::class); $this->call(ConnectionProtocolSeeder::class); $this->call(ConnectionProviderSeeder::class); } }