Skip to content

Commit

Permalink
HandlerProviderWithContainer is final (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed May 22, 2022
1 parent c16d94b commit 0408853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PSR/HandlerProviderWithContainer.php
Expand Up @@ -14,7 +14,7 @@
use ICanBoogie\MessageBus\HandlerProvider;
use Psr\Container\ContainerInterface;

class HandlerProviderWithContainer implements HandlerProvider
final class HandlerProviderWithContainer implements HandlerProvider
{
/**
* @param array<class-string, string> $messageToHandler
Expand Down

0 comments on commit 0408853

Please sign in to comment.