mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 09:29:46 +02:00
Complete Laravel 10 upgrade
This commit is contained in:
@@ -27,6 +27,7 @@ class UserModelTest extends ModelTestCase
|
||||
[
|
||||
'id' => 'int',
|
||||
'email_verified_at' => 'datetime',
|
||||
'password' => 'hashed',
|
||||
'is_admin' => 'boolean',
|
||||
'twofaccounts_count' => 'integer',
|
||||
'groups_count' => 'integer',
|
||||
|
Reference in New Issue
Block a user