Skip to content

Commit 6d77a47

Browse files
committed
Remove unnecesary line
1 parent 2bbabec commit 6d77a47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Integrations/Integrations/Laravel/LaravelIntegration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ function ($This, $scope, $args) use ($integration) {
435435
function ($This, $scope, $args, $user) use ($integration) {
436436
$authClass = 'Illuminate\Auth\UserInterface';
437437
if (
438-
!function_exists('\datadog\appsec\track_user_login_success_event') ||
439438
!isset($user) ||
440439
!$user ||
441440
!($user instanceof $authClass) ||

0 commit comments

Comments
 (0)