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
It seems like line 29 in Rappasoft\LaravelAuthenticationLog\Listener\LogoutListener causes an error with SQL Server due to a double "order by login_id" statement:
The double statement is generated by the authentications() function in the AuthenticationLoggable trait, due to it having the latest() function already applied.
The text was updated successfully, but these errors were encountered:
Hi,
It seems like line 29 in Rappasoft\LaravelAuthenticationLog\Listener\LogoutListener causes an error with SQL Server due to a double "order by login_id" statement:
$log = $user->authentications()->whereIpAddress($ip)->whereUserAgent($userAgent)->first();
The double statement is generated by the authentications() function in the AuthenticationLoggable trait, due to it having the latest() function already applied.
The text was updated successfully, but these errors were encountered: