You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From version 2.7.7 to 2.7.9, method getCacheMinutes had been replaced by getCacheTime.
As I investigated, the origin PR (#762) was marked as breaking changes, the released version must be 2.8 or whatever like that.
Follow new changes, I suggest:
Keep origin getCacheMinutes method.
Write new method called getCacheSeconds.
Method getCacheTime: handle difference of ttl between Laravel version and call correspond method above.
The text was updated successfully, but these errors were encountered:
From version 2.7.7 to 2.7.9, method
getCacheMinutes
had been replaced bygetCacheTime
.As I investigated, the origin PR (#762) was marked as breaking changes, the released version must be 2.8 or whatever like that.
Follow new changes, I suggest:
getCacheMinutes
method.getCacheSeconds
.getCacheTime
: handle difference of ttl between Laravel version and call correspond method above.The text was updated successfully, but these errors were encountered: