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
In src/Models/Logs.php line 199-200 we move time to timestamp, but this has lead to it needing to be writen back in src/Loggers/LogHelper.php line 70 to allow for hooks to work correctly. Ideally we'd just have time always contain the timestamp and have the human readable time in a different property (eg human_time) which'll allow us to remove the hacky rewriting of the property
The text was updated successfully, but these errors were encountered:
In
src/Models/Logs.php
line 199-200 we movetime
totimestamp
, but this has lead to it needing to be writen back insrc/Loggers/LogHelper.php
line 70 to allow for hooks to work correctly. Ideally we'd just havetime
always contain the timestamp and have the human readable time in a different property (eghuman_time
) which'll allow us to remove the hacky rewriting of the propertyThe text was updated successfully, but these errors were encountered: