@@ -37,8 +37,8 @@ discard block |
||
37 | 37 | |
38 | 38 | if (self::$cachePool) { |
39 | 39 | // First, attempts to load the model from the caching layer. |
40 | - // If that fails, then attempts to load the model from the |
|
41 | - // database layer. |
|
40 | + // If that fails, then attempts to load the model from the |
|
41 | + // database layer. |
|
42 | 42 | $item = $this->getCacheItem(); |
43 | 43 | $values = $item->get(); |
44 | 44 | |
@@ -162,7 +162,7 @@ discard block |
||
162 | 162 | |
163 | 163 | // cache the local properties |
164 | 164 | $this->getCacheItem() |
165 | - ->set($this->_values, $this->getCacheTTL()); |
|
165 | + ->set($this->_values, $this->getCacheTTL()); |
|
166 | 166 | |
167 | 167 | return $this; |
168 | 168 | } |