@@ -79,7 +79,7 @@ |
||
79 | 79 | public function find($params = [], $oneItem = false) |
80 | 80 | { |
81 | 81 | $findKey = md5(json_encode(func_get_args())); |
82 | - if(array_key_exists($findKey, $this->findCache)) { |
|
82 | + if (array_key_exists($findKey, $this->findCache)) { |
|
83 | 83 | return $this->findCache[$findKey]; |
84 | 84 | } |
85 | 85 | if (is_string($params)) { |