>>>>>> origin/main /** * Seed the application's database. */ public function run(): void { <<<<<<< HEAD $this->call(ComponentSeeder::class); ======= >>>>>>> origin/main // User::factory(10)->create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); } }