Archived
1
0
Fork 0

database/factories/CardFactory.php: Format fix.

This commit is contained in:
Henrik Hautakoski 2023-02-19 15:41:22 +01:00
parent 2125bad4c5
commit 650263602d

View file

@ -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,