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 [
|
||||
'raid_id' => null,
|
||||
'character_id' => null,
|
||||
'body' => join(" ", $words)
|
||||
'body' => join(" ", $words),
|
||||
'jackpot' => (int) $this->faker->boolean(),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue