heimrichhannot / contao-utils-bundle

This bundle offers various utility functionality for the Contao CMS.
GNU Lesser General Public License v3.0
8 stars 4 forks source link

Fix service subscriber interface #39

Closed koertho closed 3 years ago

koertho commented 3 years ago

This PR fixes the service subscriber interface on the container utils. The Problem is the namespace change of the interface between symfony 3 and 5. This PR add an abstract class the implement the correct interface based on the existing class. This is only needed until contao 4.4 support is dropped.