mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 00:51:04 +02:00
Apply Pint fixes
This commit is contained in:
@ -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'],
|
||||
|
Reference in New Issue
Block a user