database/factories/CardFactory.php: Format fix.
This commit is contained in:
parent
2125bad4c5
commit
650263602d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class CardFactory extends Factory
|
|||
public function definition()
|
||||
{
|
||||
$words = $this->faker->words(10);
|
||||
$words[rand(0, count($words)-1)] = '?';
|
||||
$words[rand(0, count($words) - 1)] = '?';
|
||||
|
||||
return [
|
||||
'raid_id' => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue