@@ -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 | ); |