diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index ea955ad..ab7e369 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -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 ]; }