Completed
Push — master ( 9fd700...3ead6e )
by Iman
02:08
created
src/BaseWidget.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -255,6 +255,10 @@
 block discarded – undo
255 255
         return ((env('WIDGET_CACHE', false) !== false) and (!app()->environment('testing')) and ($this->cacheLifeTime !== 0));
256 256
     }
257 257
 
258
+    /**
259
+     * @param string $key
260
+     * @param \Closure $phpCode
261
+     */
258 262
     private function cacheResult($key, $phpCode)
259 263
     {
260 264
         $cache = app()->make('cache');
Please login to merge, or discard this patch.