Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae9e1c

Browse files
committed
minor #17061 Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait (pamil)
This PR was merged into the 2.8 branch. Discussion ---------- Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 825409e Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait [ci skip]
2 parents 3f8e218 + 825409e commit eae9e1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE-2.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,10 @@ DependencyInjection
409409
</services>
410410
```
411411

412+
* `Symfony\Component\DependencyInjection\ContainerAware` has been deprecated, use
413+
`Symfony\Component\DependencyInjection\ContainerAwareTrait` or implement
414+
`Symfony\Component\DependencyInjection\ContainerAwareInterface` manually
415+
412416
WebProfiler
413417
-----------
414418

0 commit comments

Comments
 (0)