芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/database/factories/UserFactory.php
unique()->safeEmail; $email_parts = explode('@', $email); $random_letter = chr(mt_rand(97, 122)) . rand(0, 100); $new_email = $email_parts[0] . $random_letter.'@' . $email_parts[1]; return [ 'name' => fake()->name, 'gender' => 'male', 'email' => $new_email, /* @phpstan-ignore-line */ ]; } }