@@ -240,7 +240,7 @@ |
||
| 240 | 240 | return $this->executeWithoutCache(); |
| 241 | 241 | } |
| 242 | 242 | |
| 243 | - return $this->output = cache($this->ttl, $this->getCacheKey(), '/components', 'cache', function () { |
|
| 243 | + return $this->output = cache($this->ttl, $this->getCacheKey(), '/components', 'cache', function() { |
|
| 244 | 244 | return $this->executeWithoutCache(); |
| 245 | 245 | }); |
| 246 | 246 | } |