Skip to content

Commit

Permalink
Fixed compatibily with SF 5.3 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored Apr 23, 2021
1 parent 81f15cc commit 4a7109d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
use Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator;
use Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider;
use Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\DependencyInjection\Reference;

return static function ($containerConfigurator) {
return static function (ContainerConfigurator $containerConfigurator) {
$services = $containerConfigurator->services();

$services->set('gesdinet.jwtrefreshtoken.send_token')
Expand Down

0 comments on commit 4a7109d

Please sign in to comment.