Skip to content

Commit

Permalink
Avoid implementing deprecated interface (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Oct 9, 2023
1 parent 29f14e0 commit 649767e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Messenger/DumpSitemapMessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

use Presta\SitemapBundle\Service\DumperInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Messenger\Handler\MessageHandlerInterface;
use Symfony\Component\Routing\RouterInterface;

/**
* Message handler to handle DumpSitemapMessage asynchronously or synchronously in background
*/
class DumpSitemapMessageHandler implements MessageHandlerInterface
class DumpSitemapMessageHandler
{
/**
* @var RouterInterface
Expand Down

0 comments on commit 649767e

Please sign in to comment.