$faker->unique()->domainName, 'email' => $faker->email, 'uri' => 'otpauth://totp/test@test.com?secret=A4GRFTVVRBGY7UIW&issuer=test', 'icon' => 'https://fakeimg.pl/64x64/' ]); TwoFAccount::create([ 'name' => $faker->unique()->domainName, 'email' => $faker->email, 'uri' => 'otpauth://totp/test@test.com?secret=A4GRFHYVRBGY7UIW&issuer=test', 'icon' => 'https://fakeimg.pl/64x64/' ]); TwoFAccount::create([ 'name' => $faker->unique()->domainName, 'email' => $faker->email, 'uri' => 'otpauth://totp/test@test.com?secret=A4GRFHZVRBGY7UIW&issuer=test', 'icon' => 'https://fakeimg.pl/64x64/' ]); TwoFAccount::create([ 'name' => $faker->unique()->domainName, 'email' => $faker->email, 'uri' => 'otpauth://totp/test@test.com?secret=A4GRFHVIRBGY7UIW&issuer=test', 'icon' => 'https://fakeimg.pl/64x64/' ]); TwoFAccount::create([ 'name' => $faker->unique()->domainName, 'email' => $faker->email, 'uri' => 'otpauth://totp/test@test.com?secret=A4GRFHVVOBGY7UIW&issuer=test', 'icon' => 'https://fakeimg.pl/64x64/' ]); } }