<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:12:28
 namespace Database\Factories; use App\User; use Illuminate\Database\Eloquent\Factories\Factory; use Illuminate\Support\Str; class UserFactory extends Factory { protected $model = User::class; public function definition() { return ["\x6e\x61\x6d\x65" => $this->faker->name(), "\145\x6d\141\151\x6c" => $this->faker->unique()->safeEmail(), "\145\155\x61\151\154\137\x76\x65\162\x69\x66\x69\145\144\137\141\164" => now(), "\x70\x61\x73\163\x77\x6f\x72\x64" => "\x24\62\x79\x24\61\60\x24\71\62\111\130\x55\116\160\153\152\x4f\x30\x72\117\121\x35\x62\x79\115\151\56\131\145\64\157\x4b\x6f\105\x61\x33\x52\157\71\x6c\154\103\57\56\x6f\x67\x2f\141\164\x32\56\x75\x68\x65\x57\107\x2f\x69\x67\151", "\x72\x65\155\x65\155\142\x65\x72\137\x74\x6f\153\x65\x6e" => Str::random(10)]; } }