mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Fixed deprecation warning
This commit is contained in:
committed by
Constantin Graf
parent
845f0d19d8
commit
91b56ae92f
@@ -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(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user