Complete Laravel 10 upgrade

This commit is contained in:
Bubka
2023-08-01 16:33:55 +02:00
parent 1ad1b62caf
commit 44c04ebd25
5 changed files with 6 additions and 23 deletions

View File

@@ -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',