database/factories/CardFactory.php: Adding jackpot.
This commit is contained in:
parent
650263602d
commit
0ee6592b63
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ class CardFactory extends Factory
|
||||||
return [
|
return [
|
||||||
'raid_id' => null,
|
'raid_id' => null,
|
||||||
'character_id' => null,
|
'character_id' => null,
|
||||||
'body' => join(" ", $words)
|
'body' => join(" ", $words),
|
||||||
|
'jackpot' => (int) $this->faker->boolean(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue