From 2d34d35a13d83619c8e5491eed6ea2abeefd5757 Mon Sep 17 00:00:00 2001 From: Quentin Dequippe Date: Tue, 10 Jun 2025 11:35:46 +0200 Subject: [PATCH] Update jws-creation.md --- the-symfony-bundle/signed-tokens/jws-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the-symfony-bundle/signed-tokens/jws-creation.md b/the-symfony-bundle/signed-tokens/jws-creation.md index 616c21a..f5295e1 100644 --- a/the-symfony-bundle/signed-tokens/jws-creation.md +++ b/the-symfony-bundle/signed-tokens/jws-creation.md @@ -6,7 +6,7 @@ A `JWSBuilderFactory` is available as a service in your application container: ```php get(JWSBuilderFactory::class); ```