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.
1 parent 5b0869f commit 500d301Copy full SHA for 500d301
mercure.rst
@@ -450,11 +450,11 @@ the ``HubInterface`` object::
450
// src/Mercure/MyTokenProvider.php
451
namespace App\Mercure;
452
453
- use Symfony\Component\Mercure\JWT\TokenProviderInterface;
+ use Symfony\Component\Mercure\Jwt\TokenProviderInterface;
454
455
final class MyTokenProvider implements TokenProviderInterface
456
{
457
- public function getToken(): string
+ public function getJwt(): string
458
459
return 'the-JWT';
460
}
0 commit comments