Closed markdegrootnl closed 9 years ago
This fixes the option to disable caching. The code used to set the cache time to 0 minutes, which makes the default Laravel cache FileStore save it for 9999999999 minutes. By settings the time to null, it will never cache.
This fixes the option to disable caching. The code used to set the cache time to 0 minutes, which makes the default Laravel cache FileStore save it for 9999999999 minutes. By settings the time to null, it will never cache.