create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', 'password' => Hash::make("password") ]); $this->call([ PersonSeeder::class, SegmentSeeder::class ]); } }