Skip to content

Commit

Permalink
Remove the ContainerAwareInterface from the ConsumerInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Salomé committed Dec 1, 2011
1 parent 9c20b87 commit e5b05a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RabbitMq/ConsumerInterface.php
Expand Up @@ -4,7 +4,7 @@

use Symfony\Component\DependencyInjection\ContainerAwareInterface;

interface ConsumerInterface extends ContainerAwareInterface
interface ConsumerInterface
{
function execute($msg);
}

0 comments on commit e5b05a4

Please sign in to comment.