@@ -5,7 +5,7 @@ |
||
| 5 | 5 | { |
| 6 | 6 | if (!app()->environment('local', 'development')) { |
| 7 | 7 | try { |
| 8 | - $manifest = Cache::rememberForever('rev-manifest', function () { |
|
| 8 | + $manifest = Cache::rememberForever('rev-manifest', function() { |
|
| 9 | 9 | return json_decode(file_get_contents(config('twill.frontend.rev_manifest_path')), true); |
| 10 | 10 | }); |
| 11 | 11 | |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | private function readManifest() |
| 70 | 70 | { |
| 71 | 71 | try { |
| 72 | - return Cache::rememberForever('twill-manifest', function () { |
|
| 72 | + return Cache::rememberForever('twill-manifest', function() { |
|
| 73 | 73 | return $this->readJson($this->getManifestFilename()); |
| 74 | 74 | }); |
| 75 | 75 | } catch (\Exception $e) { |