@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | return $this->readJson(); |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | - return $this->cache->remember($this->cacheKey, $this->cacheLifetime, function () { |
|
| 82 | + return $this->cache->remember($this->cacheKey, $this->cacheLifetime, function() { |
|
| 83 | 83 | return $this->readJson(); |
| 84 | 84 | }); |
| 85 | 85 | } |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | */ |
| 102 | 102 | private function config(string $key, $default = null) |
| 103 | 103 | { |
| 104 | - return $this->config->get('modules.activators.file.' . $key, $default); |
|
| 104 | + return $this->config->get('modules.activators.file.'.$key, $default); |
|
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | /** |