This commit is contained in:
@@ -19,7 +19,7 @@ class TlaFactory extends Factory
|
||||
{
|
||||
return [
|
||||
'abbreviation' => fake()->word() . ' ' . fake()->word() . ' ' . fake()->word(),
|
||||
'hint' => fake()->word(),
|
||||
'hint' => fake()->sentence(),
|
||||
'language' => fake()->randomElement(['hu', 'en']),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user