Completed
Push — master ( 6cf06f...f86420 )
by Iman
02:05
created
src/Utils/Cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,6 @@
 block discarded – undo
46 46
      */
47 47
     private function _makeCacheKey($arg, $widget)
48 48
     {
49
-        return md5(json_encode($arg, JSON_FORCE_OBJECT).app()->getLocale().$widget->template.get_class($widget));
49
+        return md5(json_encode($arg, JSON_FORCE_OBJECT) . app()->getLocale() . $widget->template . get_class($widget));
50 50
     }
51 51
 }
Please login to merge, or discard this patch.