Apply Pint fixes

This commit is contained in:
Bubka
2024-03-29 09:42:54 +01:00
parent ca903b6fc0
commit 49fddfd331
24 changed files with 108 additions and 121 deletions

View File

@ -34,8 +34,8 @@ class TwoFAccountModelTest extends ModelTestCase
['*'],
[],
[
'id' => 'int',
'user_id' => 'integer'
'id' => 'int',
'user_id' => 'integer',
],
['deleted' => TwoFAccountDeleted::class],
['created_at', 'updated_at'],