@@ -67,7 +67,7 @@ |
||
67 | 67 | protected function getContentFromCache($args) |
68 | 68 | { |
69 | 69 | if ($cacheTime = (float) $this->getCacheTime()) { |
70 | - return $this->app->cache($this->widget->cacheKey($args), $cacheTime, $this->widget->cacheTags(), function () { |
|
70 | + return $this->app->cache($this->widget->cacheKey($args), $cacheTime, $this->widget->cacheTags(), function() { |
|
71 | 71 | return $this->getContent(); |
72 | 72 | }); |
73 | 73 | } |