@@ -120,7 +120,7 @@ |
||
| 120 | 120 | return $this->cache->remember( |
| 121 | 121 | $this->options->get('cache')->get('uniqKey'), |
| 122 | 122 | $this->options->get('cache')->get('duration'), |
| 123 | - function () { |
|
| 123 | + function() { |
|
| 124 | 124 | return $this->api(); |
| 125 | 125 | } |
| 126 | 126 | ); |