We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20acabf commit 10387daCopy full SHA for 10387da
src/Factories/WidgetFactory.php
@@ -25,7 +25,7 @@ public function run()
25
$this->instantiateWidget($args);
26
27
if ($cacheTime = $this->getCacheTime()) {
28
- $content = $this->app->cache($this->widget->cacheKey($args), $cacheTime, function() {
+ $content = $this->app->cache($this->widget->cacheKey($args), $cacheTime, function () {
29
return $this->getContent();
30
});
31
} else {
0 commit comments