Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait [ci skip]

This commit is contained in:
Kamil Kokot 2015-12-18 10:06:23 +01:00
parent 2172054e4b
commit 825409ec38
1 changed files with 4 additions and 0 deletions

View File

@ -374,6 +374,10 @@ DependencyInjection
</services>
```
* `Symfony\Component\DependencyInjection\ContainerAware` has been deprecated, use
`Symfony\Component\DependencyInjection\ContainerAwareTrait` or implement
`Symfony\Component\DependencyInjection\ContainerAwareInterface` manually
WebProfiler
-----------