]> Raphaël G. Git Repositories - airbundle/commitdiff
Import extension interface namespace
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 20:50:31 +0000 (21:50 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 20:50:31 +0000 (21:50 +0100)
RapsysAirBundle.php

index 84b94cdcfd2edfa51ac33a1661f0c36df0a73803..6096959ffc6f6a6db95097f9a0df859f8ab0cf66 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Rapsys\AirBundle;
 
-use Symfony\Component\DependencyInjection\Container;
+use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
 /**