Fixed deprecation warning

This commit is contained in:
Constantin Graf
2024-09-10 18:16:40 +02:00
committed by Constantin Graf
parent 845f0d19d8
commit 91b56ae92f

View File

@@ -21,7 +21,7 @@ class TagFactory extends Factory
public function definition(): array
{
return [
'name' => $this->faker->name,
'name' => $this->faker->name(),
'organization_id' => Organization::factory(),
];
}