Skip to content

Commit

Permalink
Update FeedGenerator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
puklipo committed Dec 2, 2024
1 parent 843765a commit 30a3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeedGenerator/FeedGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ public static function validateAuth(Request $request): ?string
return call_user_func(self::$validateAuthUsing, $request->bearerToken(), $request);
}

return app()->call(ValidateAuth::class, ['jwt' => $request->bearerToken()]);
return app()->call(ValidateAuth::class, ['jwt' => $request->bearerToken(), 'request' => $request]);
}
}

0 comments on commit 30a3e75

Please sign in to comment.