mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix a bunch of "Since fakerphp/faker 1.14: Accessing property.." (#14267)
This commit is contained in:
@@ -23,7 +23,7 @@ class DeviceGroupFactory extends Factory
|
||||
public function definition()
|
||||
{
|
||||
return [
|
||||
'name' => $this->faker->domainWord,
|
||||
'name' => $this->faker->domainWord(),
|
||||
'desc' => $this->faker->text(255),
|
||||
'type' =>'static',
|
||||
];
|
||||
|
Reference in New Issue
Block a user