@@ -131,7 +131,7 @@ |
||
131 | 131 | try { |
132 | 132 | $timeOut = $this->_getTimeout($featuredFlagsModel->getEndDate()); |
133 | 133 | $this->_redis->set($cacheKey, $featuredFlagsModel, $timeOut); |
134 | - } catch (\Exception $e){} |
|
134 | + } catch (\Exception $e) {} |
|
135 | 135 | } |
136 | 136 | } |
137 | 137 |