move to uuids for portfolios, users, and all market data
This commit is contained in:
@@ -34,8 +34,7 @@ class UserFactory extends Factory
|
||||
'two_factor_secret' => null,
|
||||
'two_factor_recovery_codes' => null,
|
||||
'remember_token' => Str::random(10),
|
||||
'profile_photo_path' => null,
|
||||
'current_team_id' => null,
|
||||
'profile_photo_path' => null
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user