Beispiel #1
0
 public function editDeviceInformation($device_slug)
 {
     $device = Device::editInformation($device_slug);
     return $device;
 }