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()
|
public function definition()
|
||||||
{
|
{
|
||||||
$words = $this->faker->words(10);
|
$words = $this->faker->words(10);
|
||||||
$words[rand(0, count($words)-1)] = '?';
|
$words[rand(0, count($words) - 1)] = '?';
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'raid_id' => null,
|
'raid_id' => null,
|
||||||
|
|
|
||||||
Reference in a new issue