Skip to content

Commit

Permalink
[DependencyInjection] made ContainerAware class abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hamon committed May 30, 2012
1 parent 0e98d33 commit a551d9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
*
* @api
*/
class ContainerAware implements ContainerAwareInterface
abstract class ContainerAware implements ContainerAwareInterface
{
/**
* @var ContainerInterface
Expand Down

0 comments on commit a551d9e

Please sign in to comment.