Skip to content

Commit

Permalink
Solve internal class usage (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jun 19, 2024
1 parent c022875 commit 6909bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SonataBlockExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
Expand Down

0 comments on commit 6909bc3

Please sign in to comment.