mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Fix broken code after upgrading to Carbon v3
This commit is contained in:
@ -138,8 +138,8 @@ class UserManagerControllerTest extends FeatureTestCase
|
||||
'preferences' => $this->defaultPreferences,
|
||||
'is_admin' => false,
|
||||
'twofaccounts_count' => 0,
|
||||
'last_seen_at' => '1 second ago',
|
||||
'created_at' => '1 second ago',
|
||||
'last_seen_at' => '0 seconds ago',
|
||||
'created_at' => '0 seconds ago',
|
||||
],
|
||||
'password_reset' => null,
|
||||
'valid_personal_access_tokens' => 0,
|
||||
|
Reference in New Issue
Block a user