has(Wallet::factory()->richChillGuy())->create([ 'name' => 'Rich Chill Guy', 'email' => 'rich.chill.guy@test.fr', ]); User::factory()->has(Wallet::factory())->create([ 'name' => 'Another Guy', 'email' => 'another.guy@test.fr', ]); } }