Skip to content

Commit

Permalink
Fix symfony deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Aug 14, 2024
1 parent 65877d8 commit 0667dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/NucleosUserExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
use Symfony\Component\Config\Loader\FileLoader;
use Symfony\Component\DependencyInjection\Alias;
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\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

final class NucleosUserExtension extends Extension implements PrependExtensionInterface
{
Expand Down
3 changes: 3 additions & 0 deletions tests/App/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
'alias' => 'App',
],
],
'controller_resolver' => [
'auto_mapping' => false,
]
]]);

$containerConfigurator->extension('nucleos_user', ['db_driver' => 'orm']);
Expand Down

0 comments on commit 0667dc6

Please sign in to comment.