@@ -302,7 +302,7 @@ class AuthService
);
if(count($pwdLog) >= 1){
$log = reset($pwdLog);
- $time = strtotime($log->created_at);
+ $time = strtotime($log['created_at']);
}else{
$time = 0;
}