Skip to content

Commit

Permalink
Fix symfony deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 24, 2024
1 parent d5abf82 commit 791a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/NucleosUserAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Contracts\Service\ServiceSubscriberInterface;

final class NucleosUserAdminExtension extends Extension implements PrependExtensionInterface
Expand Down

0 comments on commit 791a19b

Please sign in to comment.