composed project, added packages, models, controllers, seeders, mirgations etc.
This commit is contained in:
@@ -27,7 +27,7 @@ class UserFactory extends Factory
|
||||
'name' => fake()->name(),
|
||||
'email' => fake()->unique()->safeEmail(),
|
||||
'email_verified_at' => now(),
|
||||
'password' => static::$password ??= Hash::make('password'),
|
||||
'password' => static::$password ??= Hash::make('What_the_heck?'),
|
||||
'remember_token' => Str::random(10),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user