Skip to content

Commit d7d5dc7

Browse files
authored
Merge pull request #95 from veneliniliev/master
clear class cache
2 parents 27d9354 + 65837c3 commit d7d5dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Currency.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ public function getFormatter()
307307
public function clearCache()
308308
{
309309
$this->cache->forget('torann.currency');
310+
$this->currencies_cache = null;
310311
}
311312

312313
/**

0 commit comments

Comments
 (0)