use Modules\WebUsers\App\Models\AuthorizationLog\AuthorizationLog;
$authDate = AuthorizationLog::getLastAuthTime(
[
'userId' => 65
]
);
use Modules\WebUsers\App\Models\AuthorizationLog\AuthorizationLog;
$authDate = AuthorizationLog::getLastAuthTime(
[
'userId' => 65
]
);