Restore local changes after Git corruption
This commit is contained in:
@@ -29,6 +29,7 @@ class UserFactory extends Factory
|
||||
'email_verified_at' => now(),
|
||||
'password' => static::$password ??= Hash::make('password'),
|
||||
'remember_token' => Str::random(10),
|
||||
'custom_field' => 'user',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user