user test fix

This commit is contained in:
Cihan Şentürk 2022-12-16 17:40:49 +03:00 committed by GitHub
parent 66580de5d9
commit fd058c91b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ class User extends Factory
'companies' => ['1'],
'roles' => '1',
'enabled' => $this->faker->boolean ? 1 : 0,
'landing_page' => 'dashboard',
'created_from' => 'core::factory',
];
}