@@ -45,7 +45,7 @@ |
||
| 45 | 45 | $latestVersion = Cache::remember( |
| 46 | 46 | 'latestVersion', |
| 47 | 47 | self::LATEST_VERSION_CACHE_TTL_IN_SECONDS, |
| 48 | - static function () use ($infoService) { |
|
| 48 | + static function() use ($infoService) { |
|
| 49 | 49 | return $infoService->latestRelease(); |
| 50 | 50 | } |
| 51 | 51 | ); |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | $this->gdaemonFiles->get($fullPath, $destination); |
| 49 | 49 | |
| 50 | - $zip->addFile($destination, "daemon_logs/". $fileName); |
|
| 50 | + $zip->addFile($destination, "daemon_logs/" . $fileName); |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | $zip->close(); |