Skip to content

Commit 10387da

Browse files
committed
cs
1 parent 20acabf commit 10387da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factories/WidgetFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function run()
2525
$this->instantiateWidget($args);
2626

2727
if ($cacheTime = $this->getCacheTime()) {
28-
$content = $this->app->cache($this->widget->cacheKey($args), $cacheTime, function() {
28+
$content = $this->app->cache($this->widget->cacheKey($args), $cacheTime, function () {
2929
return $this->getContent();
3030
});
3131
} else {

0 commit comments

Comments
 (0)