user test fix
This commit is contained in:
parent
66580de5d9
commit
fd058c91b6
@ -34,6 +34,7 @@ class User extends Factory
|
|||||||
'companies' => ['1'],
|
'companies' => ['1'],
|
||||||
'roles' => '1',
|
'roles' => '1',
|
||||||
'enabled' => $this->faker->boolean ? 1 : 0,
|
'enabled' => $this->faker->boolean ? 1 : 0,
|
||||||
|
'landing_page' => 'dashboard',
|
||||||
'created_from' => 'core::factory',
|
'created_from' => 'core::factory',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user