Merge pull request #1 from anikeen-com/laravel-10

Update composer.json
This commit is contained in:
2025-09-21 19:13:39 +02:00
committed by GitHub
2 changed files with 3 additions and 5 deletions

View File

@@ -28,8 +28,6 @@ trait OauthTrait
$result = new Result($exception->getResponse(), $exception, $this);
}
$result->anikeenId = $this;
return $result;
}
}
}