fixed factory and test
This commit is contained in:
@@ -14,7 +14,7 @@ class LicenseSeatFactory extends Factory
|
||||
{
|
||||
return [
|
||||
'license_id' => License::factory(),
|
||||
'dead' => false,
|
||||
'unassignable' => false,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user