Skip to content

Commit

Permalink
fix deprecation for Extension class
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed May 22, 2024
1 parent 21b4dd7 commit 15c6c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace DAMA\DoctrineTestBundle\DependencyInjection;

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;

class DAMADoctrineTestExtension extends Extension
{
Expand Down

0 comments on commit 15c6c92

Please sign in to comment.