Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGarde committed Aug 26, 2019
2 parents 3936a84 + 1509ff6 commit d7c69ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataDogMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function terminate(Request $request, Response $response)
if (!Auth::id())
{
$user = 0;
$resource = ['api' => 'unauthorized'];
$resource = ['route' => 'unauthorized'];
}
else
{
Expand Down

0 comments on commit d7c69ab

Please sign in to comment.