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); ```