feature: send thankscard page
This commit is contained in:
@@ -21,7 +21,7 @@ class PasswordValidationTest extends TestCase
|
||||
'name' => 'Test User',
|
||||
'mail' => 'test@example.com',
|
||||
'pass' => md5('password123'),
|
||||
'departments' => 1,
|
||||
'departments' => config('constants.DEPARTMENTS')[0],
|
||||
'role' => config('constants.ROLE_MEMBER'),
|
||||
'status' => config('constants.STATUS_ACTIVE'),
|
||||
'card' => 10,
|
||||
|
||||
Reference in New Issue
Block a user