mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#15698)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -18,7 +18,7 @@ class DeviceGroupFactory extends Factory
|
||||
return [
|
||||
'name' => $this->faker->domainWord(),
|
||||
'desc' => $this->faker->text(255),
|
||||
'type' =>'static',
|
||||
'type' => 'static',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user