Completed
Push — master ( 83f7a9...1c4b9f )
by Nekrasov
7s
created
src/Factories/WidgetFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.