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
{{ message }}
This repository was archived by the owner on Apr 5, 2019. It is now read-only.
The Last-Modified HTTP header is always set to the current time, regardless of when it was previously set.
I think the problem is occuring here in classes/Base/Response, it looks like the last modified time is, for some reason, null.
I think it would be worth extending the code here so that in the case of no Last Modified time being found, the value of strtotime('now') is persisted in the lastModifiedTime property and saved to the DB.