Skip to content

Commit

Permalink
feat(kobo) Rename subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed Nov 29, 2024
1 parent fb27bc6 commit bdeabc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\HttpKernel\Event\ResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;

class KoboRequestSubscriber implements EventSubscriberInterface
class KoboLogRequestSubscriber implements EventSubscriberInterface
{
public function __construct(protected LoggerInterface $koboHttpLogger)
{
Expand Down

0 comments on commit bdeabc5

Please sign in to comment.