We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4fab1b + 7db86c9 commit 395d48dCopy full SHA for 395d48d
mercure.rst
@@ -451,11 +451,11 @@ the ``HubInterface`` object::
451
// src/Mercure/MyTokenProvider.php
452
namespace App\Mercure;
453
454
- use Symfony\Component\Mercure\JWT\TokenProviderInterface;
+ use Symfony\Component\Mercure\Jwt\TokenProviderInterface;
455
456
final class MyTokenProvider implements TokenProviderInterface
457
{
458
- public function getToken(): string
+ public function getJwt(): string
459
460
return 'the-JWT';
461
}
0 commit comments