mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -92,7 +92,7 @@ class OS implements Module
|
||||
|
||||
$device->icon = basename(Url::findOsImage($device->os, $device->features, null, 'images/os/'));
|
||||
|
||||
echo trans("device.attributes.location") . ": $device->location\n";
|
||||
echo trans('device.attributes.location') . ": $device->location\n";
|
||||
foreach (['hardware', 'version', 'features', 'serial'] as $attribute) {
|
||||
echo \App\Observers\DeviceObserver::attributeChangedMessage($attribute, $device->$attribute, $device->getOriginal($attribute)) . PHP_EOL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user